From owner-freebsd-current Thu Jul 29 21:30:37 1999 Delivered-To: freebsd-current@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (Postfix) with ESMTP id D5FF714D84 for ; Thu, 29 Jul 1999 21:30:32 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.3/8.9.1) id VAA86904; Thu, 29 Jul 1999 21:29:07 -0700 (PDT) (envelope-from dillon) Date: Thu, 29 Jul 1999 21:29:07 -0700 (PDT) From: Matthew Dillon Message-Id: <199907300429.VAA86904@apollo.backplane.com> To: Bill Paul Cc: peter@netplex.com.au, crossd@cs.rpi.edu, current@FreeBSD.ORG Subject: Re: readdirplus client side fix (was Re: IRIX 6.5.4 NFS v3 TCP client + FreeBSD server = bewm) References: <199907300352.XAA17853@skynet.ctr.columbia.edu> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :Hm. Well, it cures the panic that I was experiencing quite nicely. :I'm going to commit this latest patch for now since it fixes both :the vnode locking problem and a crash condition, which are pretty :serious problems. If you come up with something different, I'll be happy :to try it out. : :Not a bad day's work. :) : :-Bill : :-Bill Paul (212) 854-6020 | System Manager, Master of Unix-Fu I was able to reproduce the second panic - in my case I did a du of /usr/src and it paniced in /usr/src/sys/compile/. My last patch fixes it for me too. I'll cvs update my source trees after you commit to make sure nothing has been lost. I've got 6 different patch sets in my tree right now, it will be nice to get rid of two of them :-) Really quite a good week's work. We've fixed, what, four serious bugs in NFS this week? Nice going guys! - mbuf leak (improper nfsrv_create error return) - packet size calculation (readdirplus on server side) - vnode locking (readdirplus on client side) - directory cnp (readdirplus on client side) -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message