Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Feb 2007 18:39:58 -0500
From:      John Baldwin <jhb@freebsd.org>
To:        Konstantin Belousov <kib@freebsd.org>
Cc:        cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org
Subject:   Re: cvs commit: src/sys/kern vfs_syscalls.c
Message-ID:  <200702191839.58671.jhb@freebsd.org>
In-Reply-To: <200702191056.l1JAuASc059200@repoman.freebsd.org>
References:  <200702191056.l1JAuASc059200@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 19 February 2007 05:56, Konstantin Belousov wrote:
> kib         2007-02-19 10:56:10 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/kern             vfs_syscalls.c 
>   Log:
>   Remove union_dircheckp hook, it is not needed by new unionfs code anymore.
>   As consequence, getdirentries() no longer needs to drop/reacquire
>   directory vnode lock, that would allow it to be reclaimed in between.

I think there is at least one more copy of getdirentries() under sys/compat,
possibly multiple.  Are you going to fix this in all of them?

-- 
John Baldwin



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