Re-activated lost no_remote_*lock options.
authorNikolaus Rath <Nikolaus@rath.org>
Sat, 15 Oct 2016 23:17:12 +0000 (16:17 -0700)
committerNikolaus Rath <Nikolaus@rath.org>
Sat, 15 Oct 2016 23:17:12 +0000 (16:17 -0700)
lib/fuse_lowlevel.c

index 3b30b21b8f4b131ad066f90de44f6c2a19dd8247..abde850febd6953d4fa18dfa5134b6729939cd36 100644 (file)
@@ -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)