From: Al Viro Date: Mon, 8 Jun 2009 05:22:00 +0000 (-0400) Subject: sanitize ->fsync() for affs X-Git-Tag: v2.6.31-rc1~375^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c475879556a8602bbe2faa9a06f6e5fcc8c05bb2;p=pandora-kernel.git sanitize ->fsync() for affs unfortunately, for affs (especially for affs directories) we have no real way to keep track of metadata ownership. So we have to do more or less what file_fsync() does, but we do *not* need to call write_super() there. Signed-off-by: Al Viro --- Reading git-diff-tree failed