From: OGAWA Hirofumi Date: Mon, 28 Apr 2008 09:16:27 +0000 (-0700) Subject: fat: Remove fat_clusters_flush() X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e69be4c9c4ac1b6bb6380512557da0afa6262e98;p=linux.git fat: Remove fat_clusters_flush() This removes unneeded fat_clusters_flush(). Signed-off-by: OGAWA Hirofumi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/fat/fatent.c b/fs/fat/fatent.c index c7c8ab2209e1e..13ab763cc5109 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; }