]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] fat: move fat_clusters_flush() to write_super()
authorOGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Sun, 8 Jan 2006 09:02:08 +0000 (01:02 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 9 Jan 2006 04:13:46 +0000 (20:13 -0800)
commitf03881d7485cfd9fd730ca5af690a29f37ddc8c3
treef6719d61b5766014d137a00cc346c1f5d0902869
parent54973344b4cfd215c030422e6eab127abdcedaa6
[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>
fs/fat/fatent.c
fs/fat/inode.c
fs/fat/misc.c