fat: Remove fat_clusters_flush()

This removes unneeded fat_clusters_flush().

Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
OGAWA Hirofumi 2008-04-28 02:16:27 -07:00 committed by Linus Torvalds
parent 606e423e43
commit e69be4c9c4
1 changed files with 0 additions and 2 deletions

View File

@ -585,8 +585,6 @@ error:
brelse(bhs[i]);
unlock_fat(sbi);
fat_clusters_flush(sb);
return err;
}