Unify handling of fuse_conn_info options
authorNikolaus Rath <Nikolaus@rath.org>
Sat, 15 Oct 2016 23:09:16 +0000 (16:09 -0700)
committerNikolaus Rath <Nikolaus@rath.org>
Sat, 15 Oct 2016 23:49:23 +0000 (16:49 -0700)
commitd49f2e77b4741706ec125cc62ea913ed5d39bd39
treeecdb3d8c7aad836d43844333b87139a105bf1171
parent587df370419e641ed47489f08069ad5f4ca4fe5f
Unify handling of fuse_conn_info options

Instead of using command line options to modify struct fuse_conn_info
before and after calling the init() handler, we now give the file system
explicit control over this.
14 files changed:
ChangeLog.rst
example/hello_ll.c
example/notify_inval_entry.c
example/notify_inval_inode.c
example/notify_store_retrieve.c
example/passthrough_ll.c
include/fuse_common.h
include/fuse_lowlevel.h
lib/fuse.c
lib/fuse_i.h
lib/fuse_lowlevel.c
lib/helper.c
test/test_examples.py
test/test_write_cache.c