On Tue, Jan 8, 2019 at 1:53 AM Chad Austin <chadaustin@xxxxxx> wrote: > > Allow filesystems to return ENOSYS from opendir, preventing the kernel > from sending opendir and releasedir messages in the future. This > avoids userspace transitions when filesystems don't need to keep track > of state per directory handle. > > A new capability flag, FUSE_NO_OPENDIR_SUPPORT, parallels > FUSE_NO_OPEN_SUPPORT, indicating the new semantics for returning > ENOSYS from opendir. > > Signed-off-by: Chad Austin <chadaustin@xxxxxx> Thanks, applied. Miklos