diff options
author | Chao Yu <chao@kernel.org> | 2024-06-18 15:26:20 +0800 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2024-08-15 15:26:40 +0000 |
commit | 5bcde45578624c43eb35bb739b03c50459971865 (patch) | |
tree | 41ba5fca8f116d6c0130d65d6d5458175d2a1537 /fs/f2fs/data.c | |
parent | 0cac51185e65dc2a20686184e02f3cafc99eb202 (diff) |
f2fs: get rid of buffer_head use
Convert to use folio and related functionality.
Cc: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs/data.c')
-rw-r--r-- | fs/f2fs/data.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/f2fs/data.c b/fs/f2fs/data.c index be66b3a0e793..a2c3d39ddfed 100644 --- a/fs/f2fs/data.c +++ b/fs/f2fs/data.c @@ -7,7 +7,6 @@ */ #include <linux/fs.h> #include <linux/f2fs_fs.h> -#include <linux/buffer_head.h> #include <linux/sched/mm.h> #include <linux/mpage.h> #include <linux/writeback.h> |