From: Christoph Hellwig Date: Mon, 8 Jun 2009 08:08:54 +0000 (+0200) Subject: remove the call to ->write_super in __sync_filesystem X-Git-Tag: v2.6.31-rc1~375^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c95ee190e1dea60c55c834d14695341085c9b7b;p=pandora-kernel.git remove the call to ->write_super in __sync_filesystem Now that all filesystems provide ->sync_fs methods we can change __sync_filesystem to only call ->sync_fs. This gives us a clear separation between periodic writeouts which are driven by ->write_super and data integrity syncs that go through ->sync_fs. (modulo file_fsync which is also going away) Signed-off-by: Christoph Hellwig Signed-off-by: Al Viro --- Reading git-diff-tree failed