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:           Tue Mar 13 18:00:34 UTC 2007

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

Log Message:
* don't require a directory entry to exist for a reclaimee node.
  this can happen legally when a file is removed from backing
  storage not using this sshfs instance, a readdir is executed for
  the parent directory and only then the node gets reclaimed.
* now that there is a mechanism in place which does not require a
  pcc to do an sftp transaction, do not yield() in operations where
  the final transaction is something where we don't care about the
  return value (e.g. close handle).  speedup benefit for no cost.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/usr.sbin/puffs/mount_psshfs/node.c
cvs rdiff -r1.8 -r1.9 src/usr.sbin/puffs/mount_psshfs/psshfs.c
cvs rdiff -r1.10 -r1.11 src/usr.sbin/puffs/mount_psshfs/subr.c

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