UPSTREAM: f2fs: forcibly migrate to secure space for zoned device file pinning

We need to migrate data blocks even though it is full to secure space
for zoned device file pinning.

Fixes: 9703d69d9d ("f2fs: support file pinning for zoned devices")
Change-Id: Ic809ee497edd8290d64128149aa3b9607d5dd874
Signed-off-by: Daeho Jeong <daehojeong@google.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
(cherry picked from commit 5cc69a27ab)
This commit is contained in:
Daeho Jeong 2024-09-12 09:59:58 -07:00 committed by Matthias Männich
parent 1c5c2abbdb
commit dc69980b98

View File

@ -2070,8 +2070,7 @@ int f2fs_gc_range(struct f2fs_sb_info *sbi,
.iroot = RADIX_TREE_INIT(gc_list.iroot, GFP_NOFS), .iroot = RADIX_TREE_INIT(gc_list.iroot, GFP_NOFS),
}; };
do_garbage_collect(sbi, segno, &gc_list, FG_GC, do_garbage_collect(sbi, segno, &gc_list, FG_GC, true, false);
dry_run_sections == 0, false);
put_gc_inode(&gc_list); put_gc_inode(&gc_list);
if (!dry_run && get_valid_blocks(sbi, segno, true)) if (!dry_run && get_valid_blocks(sbi, segno, true))