From owner-freebsd-hackers Tue Jun 29 20:47:53 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (Postfix) with ESMTP id A83FE14CA0; Tue, 29 Jun 1999 20:47:50 -0700 (PDT) (envelope-from julian@whistle.com) Received: from current1.whistle.com (current1.whistle.com [207.76.205.22]) by alpo.whistle.com (8.9.1a/8.9.1) with SMTP id UAA08859; Tue, 29 Jun 1999 20:47:49 -0700 (PDT) Date: Tue, 29 Jun 1999 20:47:47 -0700 (PDT) From: Julian Elischer To: "David E. Cross" Cc: dillon@freebsd.org, hackers@freebsd.org Subject: Re: bug in latests NFS patches for -stable In-Reply-To: <199906291348.JAA53461@cs.rpi.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Matt, If you agree with this patch to your patch I'll commit the NFS fixes to 3.x (I'll also add this change to the 4.0 version.) *** hold/nfs_serv.c Tue Jun 22 13:37:17 1999 --- nfs_serv.c Tue Jun 29 20:42:44 1999 *************** *** 1580,1585 **** --- 1580,1586 ---- if (error) { nfsm_reply(NFSX_WCCDATA(v3)); nfsm_srvwcc_data(dirfor_ret, &dirfor, diraft_ret, &diraft); + error=0; goto nfsmout; } On Tue, 29 Jun 1999, David E. Cross wrote: > There is a small by critical error in the latest patches which causes the > server to never transmit a response packet back to the client in certain > conditions on a nfs create RPC. Below is the updated NFS3 patch. If > jullian could take this for review and place it at the "official" unoffical > URL it would be muchly appreciated :) It is a one line patch. > > http://www.cs.rpi.edu/~crossd/FreeBSD/nfspatch3a.diff see above for diff > > -- > David Cross | email: crossd@cs.rpi.edu > Systems Administrator/Research Programmer | Web: http://www.cs.rpi.edu/~crossd > Rensselaer Polytechnic Institute, | Ph: 518.276.2860 > Department of Computer Science | Fax: 518.276.4033 > I speak only for myself. | WinNT:Linux::Linux:FreeBSD > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message