fs: Remove FS_THP_SUPPORT
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sun, 29 Aug 2021 10:07:03 +0000 (06:07 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 17 Nov 2021 15:36:35 +0000 (10:36 -0500)
commitff36da69bc90d80b0c73f47f4b2e270b3ff6da99
tree5f8f51f313a1ffc22575b5d5c5eb76219e77f3cb
parenta1efe484dd8c04c4c2d4eb1ee6b04d01cfc07ccc
fs: Remove FS_THP_SUPPORT

Instead of setting a bit in the fs_flags to set a bit in the
address_space, set the bit in the address_space directly.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
fs/inode.c
include/linux/fs.h
include/linux/pagemap.h
mm/shmem.c