• Miklos Szeredi's avatar
    ovl: do not get metacopy for userxattr · 87b2c60c
    Miklos Szeredi authored
    When looking up an inode on the lower layer for which the mounter lacks
    read permisison the metacopy check will fail.  This causes the lookup to
    fail as well, even though the directory is readable.
    
    So ignore EACCES for the "userxattr" case and assume no metacopy for the
    unreadable file.
    Signed-off-by: default avatarMiklos Szeredi <mszeredi@redhat.com>
    87b2c60c
util.c 22.7 KB