]> www.infradead.org Git - users/jedix/linux-maple.git/commit
f2fs: Remove calls to folio_file_mapping()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 28 Nov 2024 04:58:26 +0000 (04:58 +0000)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 16 Dec 2024 16:12:26 +0000 (16:12 +0000)
commitc910a64bc4e21782959221b6ea2d6c4cce0506c7
tree54a4139b9e9284b44c23fc9aa2d4fa418f91d48f
parent19bbd306ddfd50a2f6cf0c3ccaaa079f22ddf4c5
f2fs: Remove calls to folio_file_mapping()

All folios that f2fs sees belong to f2fs and not to the swapcache
so it can dereference folio->mapping directly like all other
filesystems do.

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/data.c
fs/f2fs/inline.c
include/trace/events/f2fs.h