Date: Fri, 1 Jun 2001 09:10:08 -0700 (PDT) From: Peter Wemm <peter@wemm.org> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/27776: rpc.lockd panic with FreeBSD-5.0 Message-ID: <200106011610.f51GA7q64495@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/27776; it has been noted by GNATS.
From: Peter Wemm <peter@wemm.org>
To: Jean-Luc.Richier@imag.fr
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: kern/27776: rpc.lockd panic with FreeBSD-5.0
Date: Fri, 01 Jun 2001 09:08:38 -0700
Jean-Luc.Richier@imag.fr wrote:
[...]
> ((ansp->la_msg_ident.msg_seq != -1) &&
> (timevalcmp(&p->p_nlminfo->pid_start,
> &ansp->la_msg_ident.pid_start, !=) ||
> ! p->p_nlminfo->msg_seq != ansp->la_msg_ident.msg_seq))) {
> return (EPIPE);
> + PROC_UNLOCK(p);
> + }
I'm not sure that this section is going to work too well...
Cheers,
-Peter
--
Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au
"All of this is for nothing if we don't go to the stars" - JMS/B5
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106011610.f51GA7q64495>
