]> www.infradead.org Git - users/jedix/linux-maple.git/commit
f2fs: Pass folios to f2fs_init_acl()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 31 Mar 2025 20:12:08 +0000 (21:12 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 28 Apr 2025 15:26:41 +0000 (15:26 +0000)
commit9de27930c56b763b859b387190b67e01a04776bd
tree9fc2748c806b5484008fa2a98e2a6e8c9b603769
parent802aa48dba0789af6143fe40410cc9cd57917239
f2fs: Pass folios to f2fs_init_acl()

The one caller already has folios, so pass them in, and further pass
them to __f2fs_set_acl() and f2fs_acl_create().  There should be
no change to the generated code for this commit.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/acl.c
fs/f2fs/acl.h
fs/f2fs/dir.c