:>
:> 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
<[email protected]>
: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 [email protected]
with "unsubscribe freebsd-hackers" in the body of the message