From e69be4c9c4ac1b6bb6380512557da0afa6262e98 Mon Sep 17 00:00:00 2001 From: OGAWA Hirofumi Date: Mon, 28 Apr 2008 02:16:27 -0700 Subject: 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 --- fs/fat/fatent.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'fs/fat/fatent.c') 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; } -- cgit v1.2.3