Module Name: src Committed By: manu Date: Sun Oct 30 05:11:37 UTC 2011
Modified Files: src/lib/libperfuse: ops.c perfuse.c perfuse_if.h perfuse_priv.h subr.c Log Message: - Fix the confusion between fileno (opaque FUSE reference) and inode numbers. fileno must be used when exchanging FUSE messages. - Do not use kernel name cache anymore, as it caused modification from other machines to be invisible. - Honour name and attribute cache directive from FUSE filesystem To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/lib/libperfuse/ops.c cvs rdiff -u -r1.22 -r1.23 src/lib/libperfuse/perfuse.c \ src/lib/libperfuse/perfuse_priv.h cvs rdiff -u -r1.16 -r1.17 src/lib/libperfuse/perfuse_if.h cvs rdiff -u -r1.13 -r1.14 src/lib/libperfuse/subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.