commit | aa3ff3c152ff94ef045ed802db7535167f8a21ab | [log] [tgz] |
---|---|---|
author | Amir Goldstein <amir73il@gmail.com> | Sun Oct 15 18:00:20 2017 +0300 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Wed Jan 24 11:25:58 2018 +0100 |
tree | bdeb25cc1784bf8bf2862d654b8a9ea5b0134b33 | |
parent | 829c28be9bb9a05aa7eeb8a68a4536cca2d3d694 [diff] |
ovl: copy up of disconnected dentries With NFS export, some operations on decoded file handles (e.g. open, link, setattr, xattr_set) may call copy up with a disconnected non-dir. In this case, we will copy up lower inode to index dir without linking it to upper dir. Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>