Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jan 2009 10:13:37 -0500
From:      John Baldwin <jhb@freebsd.org>
To:        Konstantin Belousov <kib@freebsd.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r186600 - head/sys/kern
Message-ID:  <200901151013.37934.jhb@freebsd.org>
In-Reply-To: <200812301251.mBUCpFr9093818@svn.freebsd.org>
References:  <200812301251.mBUCpFr9093818@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 30 December 2008 7:51:15 am Konstantin Belousov wrote:
> Author: kib
> Date: Tue Dec 30 12:51:14 2008
> New Revision: 186600
> URL: http://svn.freebsd.org/changeset/base/186600
>
> Log:
>   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.

The only thing I would worry about here is that the hash list may be longer 
than v_cache_dst in the common case.

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901151013.37934.jhb>