Source-Changes archive

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

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



Module Name:    src
Committed By:   pooka
Date:           Fri Aug 22 17:44:14 UTC 2008

Modified Files:
        src/usr.sbin/puffs/mount_9p: node.c

Log Message:
* Apparently u9fs returns the inode number as the unique qidpath.
  This is fairly annoying if browsing a hierarchy with multiple file
  systems mounted, since at least inode 2 is fairly common.  Compensate
  by comparing modification time also.  Not perfect, but ....
* Don't loop eternally if we attempt to read at or past EOF.  Fixes
  reading files on a non-cached mount.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/usr.sbin/puffs/mount_9p/node.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