From: OGAWA Hirofumi Date: Sun, 8 Jan 2006 09:02:08 +0000 (-0800) Subject: [PATCH] fat: move fat_clusters_flush() to write_super() X-Git-Tag: v2.6.16-rc1~811 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6bf6b211cdb92c315c24719a522d8b6f3998210;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed