Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.sbin/puffs/mount_psshfs



Module Name:    src
Committed By:   pooka
Date:           Thu Apr 12 20:42:46 UTC 2007

Modified Files:
        src/usr.sbin/puffs/mount_psshfs: fs.c node.c psshfs.c psshfs.h

Log Message:
Support nfs exporting.

Now, when I say support, I mean "support", due to the limitations
of the backend.  File handles are valid only for one session, since
nodes can only be identified by pathnames and pathnames don't (all)
fit into the nfs file handle space.  Additionally, we can't detect
if a pathname is completely replaced by another file (if it's done
via some other route that through our mount, of course).  But then
again, that's an inherent problem with sshfs even without nfs.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/usr.sbin/puffs/mount_psshfs/fs.c
cvs rdiff -r1.16 -r1.17 src/usr.sbin/puffs/mount_psshfs/node.c
cvs rdiff -r1.10 -r1.11 src/usr.sbin/puffs/mount_psshfs/psshfs.c
cvs rdiff -r1.8 -r1.9 src/usr.sbin/puffs/mount_psshfs/psshfs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index