]> www.infradead.org Git - users/jedix/linux-maple.git/commit
sysv: Convert dir_commit_chunk() to take a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 9 Jul 2024 14:54:22 +0000 (10:54 -0400)
committerChristian Brauner <brauner@kernel.org>
Wed, 7 Aug 2024 09:31:54 +0000 (11:31 +0200)
commit00753fb5f2406fb852e79d9c6e25328bab353388
tree42c8940b041b1c160695cb71785fe62377e4d556
parentd3a2fa28fe516cf9621ffdafde35308bebc4714c
sysv: Convert dir_commit_chunk() to take a folio

All callers now have a folio, so pass it in.  Saves a call 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/sysv/dir.c