Skip site navigation (1)Skip section navigation (2)
Date:       Tue, 18 Apr 2000 14:28:22 -0400
From:      Dave Chapeskie <dchapes@borderware.com>
To:        Adrian Chadd <adrian@FreeBSD.ORG>
Cc:        Matthew Dillon <dillon@apollo.backplane.com>, freebsd-fs@FreeBSD.ORG
Subject:   Re: vnode_free_list corruption
Message-ID:  <00Apr18.142538edt.117125@gateway.borderware.com>
In-Reply-To: <20000418141824.B25185@borderware.com>; from dchapes on Tue, Apr 18, 2000 at 02:18:24PM -0400
References:  <00Apr14.141908edt.117140@gateway.borderware.com> <20000415023148.F34852@ewok.creative.net.au> <200004141835.LAA71253@apollo.backplane.com> <20000418042733.I59015@ewok.creative.net.au> <00Apr17.185117edt.117127@gateway.borderware.com> <20000418174608.C71428@ewok.creative.net.au> <20000418141824.B25185@borderware.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Apr 18, 2000 at 02:18:24PM -0400, dchapes wrote:
> +	if (vp->v_flag & VDOOMED|VXLOCK) {

Of course this should be:
> +	if (vp->v_flag & (VDOOMED|VXLOCK)) {

-- 
Dave Chapeskie
Senior Software Engineer
Borderware Technologies Inc.
Mississauga, Ontario, Canada


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-fs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00Apr18.142538edt.117125>