2f01679d96
lib/libperfuse/ops.c: revision 1.87 Rollback directory filehandle screening for FUSE lock operations libfuse has a different usage of filehandles for files and directories. A directory filehandle is valid only for directory operations such as OPENDIR, READDIR, RELEASEDIR, FSYNCDIR. Change of src/lib/libperfuse/ops.c 1.85-1.86 made sure filehandles of directories were only sent for that operations. However, the status of lock operations GETLK, SETLK, SETLKW was overlooked. The only FUSE filesystem I found using locks is GlusterFS, and it needs directory filehandles to be provided on lock operations, otherwise locking crashes the filesystem. Hence this change brings back filehandles for lock operations on directories. |
||
---|---|---|
.. | ||
Makefile | ||
debug.c | ||
fuse.h | ||
libperfuse.3 | ||
ops.c | ||
perfuse.c | ||
perfuse.h | ||
perfuse_if.h | ||
perfuse_priv.h | ||
shlib_version | ||
subr.c |