From d49f2e77b4741706ec125cc62ea913ed5d39bd39 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sat, 15 Oct 2016 16:09:16 -0700 Subject: 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. --- example/notify_inval_entry.c | 1 - 1 file changed, 1 deletion(-) (limited to 'example/notify_inval_entry.c') 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; -- cgit v1.2.3