CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/11/17 08:45:17
Modified files:
lib/libfuse : fuse.h fuse_ops.c
sys/miscfs/fuse: fuse_vnops.c
Log message:
Fixes the following bugs when getcwd(3) is used on a fuse file system
Endless loop if directory nested more than one level from root of file system
Current directory not found if the parent directory contains more children than
will fit in the buffer passed to VOP_READDIR(9)
Open and close directory in fusefs_readdir if dir is not already open.
Now behaves as if readdir_ino option was passed to fuse so that directories in
path have a valid ino.
ok mpi@