diff options
author | Miklos Szeredi <mszeredi@redhat.com> | 2018-08-14 21:37:02 +0200 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2018-10-10 10:49:48 +0100 |
commit | fc9f632a219decea427271dc5a77654f6aaa9610 (patch) | |
tree | 285408971c3ac6c167ae8ac56a128f7bf33ed38b /lib/mount.c | |
parent | e8225e8e8716f653ac72e5c7cb8c467a12b1be9f (diff) | |
download | libfuse-fc9f632a219decea427271dc5a77654f6aaa9610.tar.gz |
passthrough_ll: add *xattr() operations
The extended attribute functionality is enabled with the "xattr" option
(default) and disabled with the "no_xatt" option.
New operations added:
- getxattr
- listxattr
- setxattr
- removexattr
Caveat: none of these operations will work on a symbolic link, because it's
difficult to implement that without races that can result in incorrect
operation.
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'lib/mount.c')
0 files changed, 0 insertions, 0 deletions