Module Name: src Committed By: dholland Date: Mon Apr 11 02:15:22 UTC 2011
Modified Files:
src/sys/kern: vfs_lookup.c
Log Message:
description:
Don't bother conditionally doing vput(ndp->ni_dvp) where it's always null.
(and don't bother testing for null where it never is)
To generate a diff of this commit:
cvs rdiff -u -r1.154 -r1.155 src/sys/kern/vfs_lookup.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
