aboutsummaryrefslogtreecommitdiff
path: root/lib/fuse_i.h
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2009-06-18 11:19:14 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2009-06-18 11:19:14 +0000
commit6ae8980d69849a257fe571e02cc6f8f1befb07cd (patch)
treec4ee7048ced48f475d19900118be923aa9c4dcdb /lib/fuse_i.h
parentae9bfde712697205ac8809edc431cb7c0bdd484f (diff)
CUSE patches from Tejun Heo (add new files)
Diffstat (limited to 'lib/fuse_i.h')
-rw-r--r--lib/fuse_i.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/fuse_i.h b/lib/fuse_i.h
index 9bc1d70..2d3790a 100644
--- a/lib/fuse_i.h
+++ b/lib/fuse_i.h
@@ -47,6 +47,7 @@ struct fuse_ll {
int debug;
int allow_root;
int atomic_o_trunc;
+ int no_remote_lock;
int big_writes;
struct fuse_lowlevel_ops op;
int got_init;