Loading fs/f2fs/gc.c +1 −1 Original line number Diff line number Diff line Loading @@ -1253,7 +1253,7 @@ int f2fs_gc(struct f2fs_sb_info *sbi, bool sync, put_gc_inode(&gc_list); if (sync) if (sync && !ret) ret = sec_freed ? 0 : -EAGAIN; return ret; } Loading Loading
fs/f2fs/gc.c +1 −1 Original line number Diff line number Diff line Loading @@ -1253,7 +1253,7 @@ int f2fs_gc(struct f2fs_sb_info *sbi, bool sync, put_gc_inode(&gc_list); if (sync) if (sync && !ret) ret = sec_freed ? 0 : -EAGAIN; return ret; } Loading