btrfs: Remove a use of PAGE_SIZE in btrfs_invalidate_folio()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 30 Mar 2022 03:25:06 +0000 (23:25 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 1 Apr 2022 18:40:44 +0000 (14:40 -0400)
commit5a60542c61f3cce6e5dff2a38c8fb08a852a517b
tree4f0819ea8c9c53aa2dd8e5ffe2db4225ab8ac0c5
parentc37731301d66cce9c1a212c60e504f28e4342b39
btrfs: Remove a use of PAGE_SIZE in btrfs_invalidate_folio()

While btrfs doesn't use large folios yet, this should have been changed
as part of the conversion from invalidatepage to invalidate_folio.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: Al Viro <viro@zeniv.linux.org.uk>
fs/btrfs/inode.c