Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jun 1999 09:57:44 -0700 (PDT)
From:      Matthew Jacob <mjacob@feral.com>
To:        freebsd-hackers@FreeBSD.ORG
Cc:        peter@FreeBSD.ORG
Subject:   followup to mysefl: Re: NFS hangs on reads?
Message-ID:  <Pine.BSF.4.05.9906150954040.5752-100000@semuta.feral.com>
In-Reply-To: <Pine.BSF.4.05.9906150939330.5752-100000@semuta.feral.com>

next in thread | previous in thread | raw e-mail | index | archive | help

Closer examination shows the possible problem:

Rev 1.29 added:

        /*
         * Insert the nfsnode in the hash queue for its new file handle
         */
        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?





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?Pine.BSF.4.05.9906150954040.5752-100000>