diff options
-rw-r--r-- | fs/fat/fatent.c | 2 |
1 files changed, 0 insertions, 2 deletions
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: | |||
585 | brelse(bhs[i]); | 585 | brelse(bhs[i]); |
586 | unlock_fat(sbi); | 586 | unlock_fat(sbi); |
587 | 587 | ||
588 | fat_clusters_flush(sb); | ||
589 | |||
590 | return err; | 588 | return err; |
591 | } | 589 | } |
592 | 590 | ||