> for (np2 = nhpp->lh_first; np2 != 0; np2 = np2->n_hash.le_next) {
> if (mntp != NFSTOV(np)->v_mount || np2->n_fhsize != fhsize ||
> bcmp((caddr_t)fhp, (caddr_t)np2->n_fhp, fhsize))
> continue;
> vrele(vp);
> goto retry;
> }
>
>
> Peter- you brought this over from FreeBSD... what's up?
------------------------------------OpenBSD!To Unsubscribe: send mail to [email protected] with "unsubscribe freebsd-hackers" in the body of the message

