]> www.infradead.org Git - users/willy/pagecache.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)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 23 Jul 2024 17:08:29 +0000 (13:08 -0400)
commita8bd59bb81e1156735d8dcba0c7229e90cccbef3
treef9491240ddf6967373219aaa221d19cb6b9593f4
parent886ecc0cdb945f0c49d82a534bf8aa3729f096ad
reiserfs: Convert grab_tail_page() to use a folio

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

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
fs/reiserfs/inode.c