commit | 519525fa47b5a8155f0b203e49a3a6a2319f75ae | [log] [tgz] |
---|---|---|
author | Vivek Goyal <vgoyal@redhat.com> | Wed Feb 05 08:15:46 2020 -0500 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Thu Feb 06 16:39:28 2020 +0100 |
tree | ffd0ba80d4f26e406789c224c73d8889505b0481 | |
parent | 2f1398291bf35fe027914ae7a9610d8e601fbfde [diff] |
fuse: Support RENAME_WHITEOUT flag Allow fuse to pass RENAME_WHITEOUT to fuse server. Overlayfs on top of virtiofs uses RENAME_WHITEOUT. Without this patch renaming a directory in overlayfs (dir is on lower) fails with -EINVAL. With this patch it works. Signed-off-by: Vivek Goyal <vgoyal@redhat.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>