Date: Wed, 7 Jan 2009 14:00:44 +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: <200901071401.n07E10X2095497@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2009-01-07 14:00:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern vfs_cache.c Log: SVN rev 186861 on 2009-01-07 14:00:44Z 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. Revision Changes Path 1.103.2.5 +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?200901071401.n07E10X2095497>