commit | b8a8824ca011050b590a6353067e722a24a591fb | [log] [tgz] |
---|---|---|
author | Vivek Goyal <[email protected]> | Fri May 11 11:49:31 2018 -0400 |
committer | Miklos Szeredi <[email protected]> | Fri Jul 20 09:56:13 2018 +0200 |
tree | 7f157970f1237f5913c4b12599e3699bc3a7aa25 | |
parent | 0618a816edab6cb46d6d456f2fdff6bb325a4c77 [diff] |
ovl: Check redirects for metacopy files Right now we rely on path based lookup for data origin of metacopy upper. This will work only if upper has not been renamed. We solved this problem already for merged directories using redirect. Use same logic for metacopy files. This patch just goes on to check redirects for metacopy files. Signed-off-by: Vivek Goyal <[email protected]> Reviewed-by: Amir Goldstein <[email protected]> Signed-off-by: Miklos Szeredi <[email protected]>