Searched hist:a9d019573e881472aa62f093fa599ad68cd0fc1e (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/overlayfs/ |
H A D | namei.c | diff a9d019573e881472aa62f093fa599ad68cd0fc1e Sun Apr 30 06:46:31 CDT 2017 Amir Goldstein <amir73il@gmail.com> ovl: lookup non-dir copy-up-origin by file handle
If overlay.origin xattr is found on a non-dir upper inode try to get lower dentry by calling exportfs_decode_fh().
On failure to lookup by file handle to lower layer, do not lookup the copy up origin by name, because the lower found by name could be another file in case the upper file was renamed.
Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
|