From 7e2dc4abbe1333eeefe80f6efbb81df24fe297a0 Mon Sep 17 00:00:00 2001 From: Bernd Schubert Date: Mon, 21 Jul 2025 18:56:53 +0200 Subject: high level: Remove the nullpath_ok log message This seems to be a left over - the file system has to set this variable in its ->init method, i.e. logging it in startup is not giving any helpful output. Closes: https://github.com/libfuse/libfuse/issues/1272 Signed-off-by: Bernd Schubert --- lib/fuse.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/fuse.c b/lib/fuse.c index 333fdc7..e997531 100644 --- a/lib/fuse.c +++ b/lib/fuse.c @@ -5073,10 +5073,6 @@ struct fuse *_fuse_new_31(struct fuse_args *args, if (f->se == NULL) goto out_free_fs; - if (f->conf.debug) { - fuse_log(FUSE_LOG_DEBUG, "nullpath_ok: %i\n", f->conf.nullpath_ok); - } - /* Trace topmost layer by default */ f->fs->debug = f->conf.debug; f->ctr = 0; -- cgit v1.2.3