Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/ufs/ufs
Module Name: src
Committed By: dholland
Date: Mon Sep 28 00:39:03 UTC 2009
Modified Files:
src/sys/ufs/ufs: ufs_lookup.c
Log Message:
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.101 -r1.102 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