Turn fuse_operations.nopath_flag into fuse_config.nullpath_ok
authorNikolaus Rath <Nikolaus@rath.org>
Thu, 20 Oct 2016 22:45:32 +0000 (15:45 -0700)
committerNikolaus Rath <Nikolaus@rath.org>
Thu, 20 Oct 2016 22:45:32 +0000 (15:45 -0700)
commit1d9f26f3736cc4703c2e988d87f5dd119bcd736d
treea2e7aabb5ce872585d0005eed196de9c0fdb029c
parent8ee553dac0297cfd75cbdd2d9cfdce37e22ef4ee
Turn fuse_operations.nopath_flag into fuse_config.nullpath_ok

Modifying struct fuse_config in the init() handler is the canonical way
to adjust file-system implementation specific settings. There is no need
to have flags in struct fuse_operations.
ChangeLog.rst
example/passthrough_fh.c
include/fuse.h
lib/fuse.c
lib/modules/iconv.c
lib/modules/subdir.c