]> www.infradead.org Git - users/jedix/linux-maple.git/commit
fs: Pass a folio to page_put_link()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 14 May 2025 17:13:14 +0000 (18:13 +0100)
committerChristian Brauner <brauner@kernel.org>
Thu, 15 May 2025 10:14:29 +0000 (12:14 +0200)
commit4ec373b74e96f92cf273631d31c82ec53727cf02
treebf8151863888807d23866c8c56f4c9be329f4283
parentcc8e87f312e0d3715d2f5121dff53918a6d6da5f
fs: Pass a folio to page_put_link()

All callers now have a folio.  Pass it to page_put_link(), saving a
hidden call to compound_head().  Also add kernel-doc for page_get_link()
and page_put_link().

Signed-off-by: "Matthew Wilcox (Oracle)" <willy@infradead.org>
Link: https://lore.kernel.org/20250514171316.3002934-4-willy@infradead.org
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/fuse/dir.c
fs/namei.c
fs/nfs/symlink.c