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

Get a folio instead of a page and operate on it.  Saves a call 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/dir.c