fs: Remove noop_invalidatepage()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 9 Feb 2022 20:21:35 +0000 (20:21 +0000)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 15 Mar 2022 12:23:29 +0000 (08:23 -0400)
commit5660a8630dab61a28e07ec00c42bf605b182d725
tree6552818a01a6b1f514b58b255d409748230506c6
parent7ba13abbd31ee9265e88d7dc029c0f786e665192
fs: Remove noop_invalidatepage()

We used to have to use noop_invalidatepage() to prevent
block_invalidatepage() from being called, but that behaviour is now gone.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Tested-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Acked-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Tested-by: Mike Marshall <hubcap@omnibond.com> # orangefs
Tested-by: David Howells <dhowells@redhat.com> # afs
drivers/dax/device.c
fs/ext2/inode.c
fs/ext4/inode.c
fs/fuse/dax.c
fs/libfs.c
fs/xfs/xfs_aops.c
include/linux/fs.h