diff options
author | Miklos Szeredi <mszeredi@redhat.com> | 2018-06-19 14:33:21 -0400 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2018-10-10 10:49:48 +0100 |
commit | 4a92a82f2e2ca8889a0874847cd970e678461f12 (patch) | |
tree | 135336d9e05b85798aad52600ccc13dc8e39b3c7 /example/ioctl_client.c | |
parent | 610125f3c157499b3c0695dacf13c103b9cb6554 (diff) | |
download | libfuse-4a92a82f2e2ca8889a0874847cd970e678461f12.tar.gz |
passthrough_ll: add some of the missing operations
New operations added:
- mkdir
- mknod
- symlink
- link
- unlink
- rmdir
- rename
- setattr
- fsyncdir
- flush
- fsync
- statfs
- fallocate
Caveats:
- The utimes(2) family of syscalls will fail on symlinks on 4.18 and
earlier kernels. Hoping to add support to later kernels.
- The link(2) and linkat(2) system calls will fail on symlinks unless running
with privileges (CAP_DAC_READ_SEARCH).
Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'example/ioctl_client.c')
0 files changed, 0 insertions, 0 deletions