Date: Wed, 7 Jan 2009 12:44:03 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern vfs_cache.c Message-ID: <200901071244.n07CiDhx072450@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2009-01-07 12:44:03 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/kern vfs_cache.c
Log:
SVN rev 186860 on 2009-01-07 12:44:03Z by kib
MFC r186600:
In r185557, the check for existing negative entry for the given name
did not compared nc_dvp with supplied parent directory vnode pointer.
Add the check and note that now branches for vp != NULL and vp == NULL
are the same, thus can be merged.
Tested by: kensmith
Revision Changes Path
1.114.2.4 +11 -22 src/sys/kern/vfs_cache.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901071244.n07CiDhx072450>
