CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/05/16 07:09:17
Modified files:
sys/miscfs/fuse: fuse_vnops.c
lib/libfuse : fuse.h fuse_ops.c fuse_private.h
Log message:
libfuse should not maintain state for FBT_READDIR. If a directory is
opened multiple times (either from the same process or different
processes) then FUSE will not reliably return the directory entries to
both file descriptors.
ok mpi@
