• A
    sanitize ->fsync() for affs · c4758795
    Al Viro 提交于
    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: NAl Viro <viro@zeniv.linux.org.uk>
    c4758795
dir.c 3.7 KB