From: OGAWA Hirofumi Date: Mon, 28 Apr 2008 09:16:27 +0000 (-0700) Subject: fat: Remove fat_clusters_flush() X-Git-Tag: v2.6.26-rc1~726 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=e69be4c9c4ac1b6bb6380512557da0afa6262e98;p=linux-2.6-omap-h63xx.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 c7c8ab2209e..13ab763cc51 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; }