]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
reiserfs: Convert grab_tail_page() to use a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 8 Jul 2024 15:06:01 +0000 (11:06 -0400)
committerChristian Brauner <brauner@kernel.org>
Wed, 7 Aug 2024 09:31:58 +0000 (11:31 +0200)
commit24481ffdc0d1580ec2d968682b3c2dc4fbfd6c0b
tree9aab4dcc22b47ef52211290af69540318fa04b89
parent8eb835a1366f52d335aae7c2acff9c1bd57fb227
reiserfs: Convert grab_tail_page() to use a folio

Removes a call to grab_cache_page() and a few hidden calls to
compound_head().

Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/reiserfs/inode.c