]> Git Repo - qemu.git/blobdiff - hw/9pfs/9p-xattr.h
9pfs: local: lremovexattr: don't follow symlinks
[qemu.git] / hw / 9pfs / 9p-xattr.h
index 7558970d8511ab0002669264d3423e9ba398a7a7..0d83996575e1f1b217ad275da2b7f272b4f8a40d 100644 (file)
@@ -34,6 +34,8 @@ ssize_t local_getxattr_nofollow(FsContext *ctx, const char *path,
 ssize_t local_setxattr_nofollow(FsContext *ctx, const char *path,
                                 const char *name, void *value, size_t size,
                                 int flags);
+ssize_t local_removexattr_nofollow(FsContext *ctx, const char *path,
+                                   const char *name);
 
 extern XattrOperations mapped_user_xattr;
 extern XattrOperations passthrough_user_xattr;
This page took 0.023837 seconds and 4 git commands to generate.