Skip to content
  • Al Viro's avatar
    sanitize ->fsync() for affs · c4758795
    Al Viro authored
    
    
    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: default avatarAl Viro <viro@zeniv.linux.org.uk>
    c4758795