svn commit: r186276 - head/sys/kern

John Baldwin jhb at FreeBSD.org
Fri Mar 13 11:14:48 PDT 2009


Konstantin Belousov wrote:
> Author: kib
> Date: Thu Dec 18 11:58:12 2008
> New Revision: 186276
> URL: http://svn.freebsd.org/changeset/base/186276
> 
> Log:
>   Do not return success and doomed vnode from lookup. LK_UPGRADE allows
>   the vnode to be reclaimed.
>   
>   Tested by:	pho
>   MFC after:	1 month

Would EBADF be more appropriate?  That is what other places that check 
VI_DOOMED return for this type of check (e.g. in cache_lookup()).

-- 
John Baldwin


More information about the svn-src-head mailing list