diff --git a/fs/f2fs/super.c b/fs/f2fs/super.c index 45aa843fa59756535010cd0af1a4da8d617db967..160b88346b2477466f3ed34d4d2dff2509742d7e 100644 --- a/fs/f2fs/super.c +++ b/fs/f2fs/super.c @@ -1230,7 +1230,7 @@ static int f2fs_fill_super(struct super_block *sb, void *data, int silent) /* give only one another chance */ if (retry) { - retry = 0; + retry = false; shrink_dcache_sb(sb); goto try_onemore; }