forked from Minki/linux
f2fs: replace logical value "true" with a int number
The "true" is not match the parametera type "int", and we modify it. Signed-off-by: Zhang Qilong <zhangqilong3@huawei.com> Reviewed-by: Chao Yu <chao@kernel.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
parent
da35fe96d1
commit
ddd3b16c8c
@ -481,7 +481,7 @@ do_sync:
|
||||
|
||||
mutex_unlock(&sbi->flush_lock);
|
||||
}
|
||||
f2fs_sync_fs(sbi->sb, true);
|
||||
f2fs_sync_fs(sbi->sb, 1);
|
||||
stat_inc_bg_cp_count(sbi->stat_info);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user