From 4168937d1e2e9bd37dadc49c7659c2fe5a317dbe Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 8 Feb 2013 08:03:01 +0100 Subject: libfuse: remove deprecated fuse_is_lib_option() --- ChangeLog | 3 +++ include/fuse.h | 3 --- lib/fuse.c | 6 ------ lib/fuse_versionscript | 1 - 4 files changed, 3 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index a9d972d..490838d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,9 @@ * libfuse: pass security context options to kernel. Patch by Dalvik Khertel + * libfuse: remove deprecated features: + - fuse_is_lib_option() + 2013-02-06 Miklos Szeredi * libfuse: set close-on-exec flag on pipe file descriptors. Patch diff --git a/include/fuse.h b/include/fuse.h index 7761f7c..3279ef1 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -732,9 +732,6 @@ int fuse_interrupted(void); */ int fuse_invalidate(struct fuse *f, const char *path); -/* Deprecated, don't use */ -int fuse_is_lib_option(const char *opt); - /** * The real main function * diff --git a/lib/fuse.c b/lib/fuse.c index fc10135..49b5dda 100644 --- a/lib/fuse.c +++ b/lib/fuse.c @@ -4323,12 +4323,6 @@ static int fuse_lib_opt_proc(void *data, const char *arg, int key, return 1; } -int fuse_is_lib_option(const char *opt) -{ - return fuse_lowlevel_is_lib_option(opt) || - fuse_opt_match(fuse_lib_opts, opt); -} - static int fuse_init_intr_signal(int signum, int *installed) { struct sigaction old_sa; diff --git a/lib/fuse_versionscript b/lib/fuse_versionscript index ad5a940..9afe49d 100644 --- a/lib/fuse_versionscript +++ b/lib/fuse_versionscript @@ -4,7 +4,6 @@ FUSE_3.0 { fuse_exit; fuse_exited; fuse_invalidate; - fuse_is_lib_option; fuse_loop; fuse_loop_mt; fuse_loop_mt_proc; -- cgit v1.2.3