aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/fuse/fuse_ipc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/fuse/fuse_ipc.h')
-rw-r--r--sys/fs/fuse/fuse_ipc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fs/fuse/fuse_ipc.h b/sys/fs/fuse/fuse_ipc.h
index 3bfc859dbac9..d9d79f38c269 100644
--- a/sys/fs/fuse/fuse_ipc.h
+++ b/sys/fs/fuse/fuse_ipc.h
@@ -243,6 +243,7 @@ struct fuse_data {
#define FSESS_MNTOPTS_MASK ( \
FSESS_DAEMON_CAN_SPY | FSESS_PUSH_SYMLINKS_IN | \
FSESS_DEFAULT_PERMISSIONS | FSESS_INTR)
+#define FSESS_SETXATTR_EXT 0x8000000 /* extended fuse_setxattr_in */
extern int fuse_data_cache_mode;