]> www.infradead.org Git - users/jedix/linux-maple.git/commit
f2fs: Use a folio in write_all_xattrs()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 31 Mar 2025 20:11:31 +0000 (21:11 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 28 Apr 2025 15:26:36 +0000 (15:26 +0000)
commitb3094519c1f1bd247cfe028f7c0f697083891e75
treea35f3d04f5b8cf52e10a3953599a972ed6c1eea3
parent153e4a7f890697556e4c9935094b8e005ec56783
f2fs: Use a folio in write_all_xattrs()

Removes three hidden calls to compound_head().

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/xattr.c