aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fuse_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/fuse_i.h')
-rw-r--r--kernel/fuse_i.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/fuse_i.h b/kernel/fuse_i.h
index b9b29eb..6b7ba16 100644
--- a/kernel/fuse_i.h
+++ b/kernel/fuse_i.h
@@ -336,6 +336,8 @@ struct fuse_conn {
/** Is removexattr not implemented by fs? */
unsigned no_removexattr : 1;
+ unsigned no_lk : 1;
+
#ifdef KERNEL_2_6
/** Backing dev info */
struct backing_dev_info bdi;