aboutsummaryrefslogtreecommitdiff
path: root/example/notify_inval_entry.c
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-15 16:09:16 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-15 16:49:23 -0700
commitd49f2e77b4741706ec125cc62ea913ed5d39bd39 (patch)
treeecdb3d8c7aad836d43844333b87139a105bf1171 /example/notify_inval_entry.c
parent587df370419e641ed47489f08069ad5f4ca4fe5f (diff)
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.
Diffstat (limited to 'example/notify_inval_entry.c')
-rw-r--r--example/notify_inval_entry.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/example/notify_inval_entry.c b/example/notify_inval_entry.c
index 1c2a6c9..bb6f2ef 100644
--- a/example/notify_inval_entry.c
+++ b/example/notify_inval_entry.c
@@ -287,7 +287,6 @@ int main(int argc, char *argv[]) {
if (opts.show_help) {
show_help(argv[0]);
fuse_cmdline_help();
- fuse_lowlevel_help();
fuse_mount_help();
ret = 0;
goto err_out1;