commit | a6bf6b211cdb92c315c24719a522d8b6f3998210 | [log] [tgz] |
---|---|---|
author | OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> | Sun Jan 08 01:02:08 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Jan 08 20:13:46 2006 -0800 |
tree | f6719d61b5766014d137a00cc346c1f5d0902869 | |
parent | 9ded96f24c3a5fcbef954e88c443385a1af37eb9 [diff] |
[PATCH] fat: move fat_clusters_flush() to write_super() It is overkill to update the FS_INFO whenever modifying prev_free/free_clusters, because those are just a hint. So, this patch uses ->write_super() for updating FS_INFO instead. Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>