Skip to content

Commit

Permalink
fat: Remove fat_clusters_flush()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
OGAWA Hirofumi authored and Linus Torvalds committed Apr 28, 2008
1 parent 606e423 commit e69be4c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fs/fat/fatent.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit e69be4c

Please sign in to comment.