aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/f2fs/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/super.c b/fs/f2fs/super.c
index 0f61f5aa587c..41bdf511003d 100644
--- a/fs/f2fs/super.c
+++ b/fs/f2fs/super.c
@@ -1133,7 +1133,7 @@ free_sbi:
1133 1133
1134 /* give only one another chance */ 1134 /* give only one another chance */
1135 if (retry) { 1135 if (retry) {
1136 retry = !retry; 1136 retry = 0;
1137 shrink_dcache_sb(sb); 1137 shrink_dcache_sb(sb);
1138 goto try_onemore; 1138 goto try_onemore;
1139 } 1139 }