commit | c475879556a8602bbe2faa9a06f6e5fcc8c05bb2 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Jun 08 01:22:00 2009 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Jun 11 21:36:14 2009 -0400 |
tree | 9d7e4882a08171d1ff1b84e3f02d3e604756815b | |
parent | 4427f0c36e22e2cd6696b2fe7643e9756a14b3d3 [diff] |
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 <viro@zeniv.linux.org.uk>