From owner-cvs-all Sat Jun 19 12:33:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F1AC114C4B; Sat, 19 Jun 1999 12:33:48 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA12470; Sat, 19 Jun 1999 12:33:48 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199906191933.MAA12470@freefall.freebsd.org> From: Matt Jacob Date: Sat, 19 Jun 1999 12:33:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfs nfs_node.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/06/19 12:33:48 PDT Modified files: sys/nfs nfs_node.c Log: Thanks to Bruce for noticing this.... compare against the *new* nfsnode's mount point for seeing whether or not the new nfsnode is already in the hash queue. We're pretty much guaranteed that the old nfsnode is already in the hash queue. Wank! Infinite Loop! Looks like just a minor typo.... (ah the influence of fortran ... np && np2... why not nfsnode_the_first && nfsnode_the_second???)... Revision Changes Path 1.31 +2 -2 src/sys/nfs/nfs_node.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message