Date: Tue, 15 Jun 1999 10:37:18 -0700 (PDT) From: Matthew Dillon <dillon@apollo.backplane.com> To: Matthew Jacob <mjacob@feral.com> Cc: freebsd-hackers@FreeBSD.ORG, peter@FreeBSD.ORG Subject: Re: D'oh! Message-ID: <199906151737.KAA19611@apollo.backplane.com> References: <Pine.BSF.4.05.9906151030470.5752-100000@semuta.feral.com>
next in thread | previous in thread | raw e-mail | index | archive | help
:> :> Heh, I just realized how funny that first statement was :-) : : :Yup, that's my take too.... waking up any waiters to re-contend seemed :correct to do too.... :... : :If peter doesn't respond by this afternoon, I'll commit it. I've tried it :on -current so far. Sounds good to me! If someone on -hackers has easy access to the OpenBSD source, it would be nice if he could check whether the OpenBSD code has the same problem and notify the OpenBSD folks if it does. -Matt Matthew Dillon <dillon@backplane.com> :Index: nfs_node.c :... : bcmp((caddr_t)fhp, (caddr_t)np2->n_fhp, fhsize)) : continue; : vrele(vp); :+ if (nfs_node_hash_lock < 0) :+ wakeup(&nfs_node_hash_lock); :+ nfs_node_hash_lock = 0; : goto retry; : } : :-matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906151737.KAA19611>