projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc43610
)
Re-activated lost no_remote_*lock options.
author
Nikolaus Rath
<Nikolaus@rath.org>
Sat, 15 Oct 2016 23:17:12 +0000
(16:17 -0700)
committer
Nikolaus Rath
<Nikolaus@rath.org>
Sat, 15 Oct 2016 23:17:12 +0000
(16:17 -0700)
lib/fuse_lowlevel.c
patch
|
blob
|
history
diff --git
a/lib/fuse_lowlevel.c
b/lib/fuse_lowlevel.c
index 3b30b21b8f4b131ad066f90de44f6c2a19dd8247..abde850febd6953d4fa18dfa5134b6729939cd36 100644
(file)
--- a/
lib/fuse_lowlevel.c
+++ b/
lib/fuse_lowlevel.c
@@
-1840,6
+1840,9
@@
static void apply_want_options(struct fuse_session *opts,
LL_ENABLE(opts->async_read, FUSE_CAP_ASYNC_READ);
LL_DISABLE(opts->sync_read, FUSE_CAP_ASYNC_READ);
+
+ LL_DISABLE(opts->no_remote_posix_lock, FUSE_CAP_POSIX_LOCKS);
+ LL_DISABLE(opts->no_remote_flock, FUSE_CAP_FLOCK_LOCKS);
}
static void do_init(fuse_req_t req, fuse_ino_t nodeid, const void *inarg)