diff --git a/fs/fat/fatent.c b/fs/fat/fatent.c index c7c8ab2209e1..13ab763cc510 100644 --- a/fs/fat/fatent.c +++ b/fs/fat/fatent.c @@ -585,8 +585,6 @@ error: brelse(bhs[i]); unlock_fat(sbi); - fat_clusters_flush(sb); - return err; }