Source-Changes archive

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

CVS commit: src/sys/fs/smbfs



Module Name:    src
Committed By:   jdolecek
Date:           Mon Feb 24 15:55:09 UTC 2003

Modified Files:
        src/sys/fs/smbfs: smbfs_node.c

Log Message:
smbfs_node_alloc():
* use LK_RETRY for the vget()
* turn the check for dead parent vnode to #ifdef DIAGNOSTIC panic
* reformat the hash walk code a little, and only assign vp if entries match
* add some comments


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/fs/smbfs/smbfs_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