Loading fs/f2fs/extent_cache.c +1 −1 Original line number Diff line number Diff line Loading @@ -620,7 +620,7 @@ unsigned int f2fs_shrink_extent_tree(struct f2fs_sb_info *sbi, int nr_shrink) write_unlock(&et->lock); if (node_cnt + tree_cnt >= nr_shrink) break; goto unlock_out; } } unlock_out: Loading Loading
fs/f2fs/extent_cache.c +1 −1 Original line number Diff line number Diff line Loading @@ -620,7 +620,7 @@ unsigned int f2fs_shrink_extent_tree(struct f2fs_sb_info *sbi, int nr_shrink) write_unlock(&et->lock); if (node_cnt + tree_cnt >= nr_shrink) break; goto unlock_out; } } unlock_out: Loading