From owner-cvs-all Mon Jan 14 11:14:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7456837B41A; Mon, 14 Jan 2002 11:14:09 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0EJE9u97205; Mon, 14 Jan 2002 11:14:09 -0800 (PST) (envelope-from dillon) Message-Id: <200201141914.g0EJE9u97205@freefall.freebsd.org> From: Matt Dillon Date: Mon, 14 Jan 2002 11:14:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfsserver nfs_serv.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2002/01/14 11:14:09 PST Modified files: sys/nfsserver nfs_serv.c Log: The vnode was not being vput()'d in the EEXIST mknod case on the nfs server side. This can lead to a system deadlock. Reviewed by: iedowse Tested by: Alexey G Misurenko , iedowse Bug found with help by: Alexey G Misurenko MFC at: earliest convenience Revision Changes Path 1.114 +2 -0 src/sys/nfsserver/nfs_serv.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message