diff options
Diffstat (limited to 'lib/fuse_i.h')
-rw-r--r-- | lib/fuse_i.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/fuse_i.h b/lib/fuse_i.h index dd98737..78f1467 100644 --- a/lib/fuse_i.h +++ b/lib/fuse_i.h @@ -62,7 +62,8 @@ struct fuse_ll { int debug; int allow_root; int atomic_o_trunc; - int no_remote_lock; + int no_remote_posix_lock; + int no_remote_flock; int big_writes; int splice_write; int splice_move; |