Module Name: src Committed By: manu Date: Mon May 30 14:50:08 UTC 2011
Modified Files: src/lib/libperfuse: ops.c perfuse.c perfuse_if.h perfuse_priv.h src/usr.sbin/perfused: msg.c perfused.c perfused.h Log Message: Use SOCK_SEQPACKET in perfuse if available. This fix file operations hangs where the FUSE filesyste replied to an operation and got an ENOBUFS it did not handle. We now are also able to cleanly unmount To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/lib/libperfuse/ops.c cvs rdiff -u -r1.14 -r1.15 src/lib/libperfuse/perfuse.c cvs rdiff -u -r1.12 -r1.13 src/lib/libperfuse/perfuse_if.h cvs rdiff -u -r1.17 -r1.18 src/lib/libperfuse/perfuse_priv.h cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/perfused/msg.c \ src/usr.sbin/perfused/perfused.c cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/perfused/perfused.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.