diff --git a/fs/f2fs/super.c b/fs/f2fs/super.c index 51888dcabb35..c96aa5f3ee80 100644 --- a/fs/f2fs/super.c +++ b/fs/f2fs/super.c @@ -2879,7 +2879,7 @@ try_onemore: GFP_KERNEL); if (!sbi->write_io[i]) { err = -ENOMEM; - goto free_options; + goto free_bio_info; } for (j = HOT; j < n; j++) {