fuse_new(): don't accept options that don't make sense for end-users
authorNikolaus Rath <Nikolaus@rath.org>
Wed, 19 Oct 2016 04:23:22 +0000 (21:23 -0700)
committerNikolaus Rath <Nikolaus@rath.org>
Thu, 20 Oct 2016 22:32:20 +0000 (15:32 -0700)
commit8ee553dac0297cfd75cbdd2d9cfdce37e22ef4ee
treeadce5564ea418e2c7427ca2e4488bc67177da636
parentcb8fa961dcfddc0fa7ed864161b74de0b66ee5c0
fuse_new(): don't accept options that don't make sense for end-users

Several options (use_ino, etc) depend on the file system
implementation. Allowing them to be set from the command line makes no
sense.
doc/mount.fuse.8
example/hello.c
example/passthrough.c
example/passthrough_fh.c
lib/fuse.c
test/test_examples.py