From owner-cvs-all Tue Jun 15 16:24:21 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 02E27156C2; Tue, 15 Jun 1999 16:24:19 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA57096; Tue, 15 Jun 1999 16:24:19 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199906152324.QAA57096@freefall.freebsd.org> From: Matt Jacob Date: Tue, 15 Jun 1999 16:24:19 -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/15 16:24:17 PDT Modified files: sys/nfs nfs_node.c Log: If we retry this operation from the top of this routine, we need to make sure we've freed any allocated resources (to avoid a memory leak) and and do the right thing with respect to the nfs node hash lock we'd acquired. Revision Changes Path 1.30 +5 -1 src/sys/nfs/nfs_node.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message