mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 15:49:42 -04:00
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:
committed by
Linus Torvalds
parent
606e423e43
commit
e69be4c9c4
@@ -585,8 +585,6 @@ int fat_free_clusters(struct inode *inode, int cluster)
|
||||
brelse(bhs[i]);
|
||||
unlock_fat(sbi);
|
||||
|
||||
fat_clusters_flush(sb);
|
||||
|
||||
return err;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user