Source-Changes archive

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

CVS commit: [netbsd-5] src/sys/ufs/ufs



Module Name:    src
Committed By:   bouyer
Date:           Sun Feb 14 13:55:29 UTC 2010

Modified Files:
        src/sys/ufs/ufs [netbsd-5]: ufs_lookup.c

Log Message:
Pull up following revision(s) (requested by dholland in ticket #1300):
        sys/ufs/ufs/ufs_lookup.c: revision 1.102
Avoid nasal demons. Code of the form
   vput(vp);
   error = VFS_VGET(vp->v_mount, ...);
just isn't right. Because of vnode caching this *probably* never bit
anyone, except maybe under very heavy load, but still.


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.99.4.1 src/sys/ufs/ufs/ufs_lookup.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