Skip to content
Commit 87b2c60c authored by Miklos Szeredi's avatar Miklos Szeredi
Browse files

ovl: do not get metacopy for userxattr



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>
parent b6650dab
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment