From owner-freebsd-current Thu Jul 20 11:40:08 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id LAA18388 for current-outgoing; Thu, 20 Jul 1995 11:40:08 -0700 Received: from cs.weber.edu (cs.weber.edu [137.190.16.16]) by freefall.cdrom.com (8.6.11/8.6.6) with SMTP id LAA18382 for ; Thu, 20 Jul 1995 11:40:05 -0700 Received: by cs.weber.edu (4.1/SMI-4.1.1) id AA02687; Thu, 20 Jul 95 12:32:52 MDT From: terry@cs.weber.edu (Terry Lambert) Message-Id: <9507201832.AA02687@cs.weber.edu> Subject: Re: what's going on here? (NFSv3 problem?) To: peter@haywire.dialix.com (Peter Wemm) Date: Thu, 20 Jul 95 12:32:51 MDT Cc: freebsd-current@freebsd.org In-Reply-To: <3uljml$r1t$1@haywire.DIALix.COM> from "Peter Wemm" at Jul 20, 95 08:54:45 pm X-Mailer: ELM [version 2.4dev PL52] Sender: current-owner@freebsd.org Precedence: bulk > I think that's where the 8K readdir comes from.. > [ ... ] > I have not tried that yet, but increasing the mount blocksize from 1K > to the default of 8K solves the problem. > > I then made a very large directory to test that it wasn't because the > directory was larger than the read packet size. > > Perhaps there's a problem with the readdir packet reassembly? The bug is in the VOP_READDIR code to work around the stat structure size differences. Where I said it was a year ago when they were being implemented. Terry Lambert terry@cs.weber.edu --- Any opinions in this posting are my own and not those of my present or previous employers.