From owner-freebsd-hackers Fri Oct 18 18:14:15 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA07601 for hackers-outgoing; Fri, 18 Oct 1996 18:14:15 -0700 (PDT) Received: from parkplace.cet.co.jp (parkplace.cet.co.jp [202.32.64.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA07595 for ; Fri, 18 Oct 1996 18:14:13 -0700 (PDT) Received: from localhost (michaelh@localhost) by parkplace.cet.co.jp (8.8.0/CET-v2.1) with SMTP id BAA08387; Sat, 19 Oct 1996 01:14:04 GMT Date: Sat, 19 Oct 1996 10:14:04 +0900 (JST) From: Michael Hancock To: Doug Rabson cc: Karl Denninger , freebsd-hackers@FreeBSD.org Subject: Re: NFS node: disappearing directory In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 18 Oct 1996, Doug Rabson wrote: > and at the same time, continually list the contents of the directory > 'test', after it gets past about 'a252', the client can no longer see past > the first 4k of the directory. This is because the client detects that > the directory is modified and tries to trash its buffered copy of the > directory contents withg nfs_invaldir() and nfs_vinvalbuf(). This > confuses nfs_getcookie() and the directory appears to be truncated. I am > working on a fix. > Excellent! Progress feels good. :-) Regards, Mike Hancock