From owner-cvs-sys Mon Oct 21 03:08:09 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA04791 for cvs-sys-outgoing; Mon, 21 Oct 1996 03:08:09 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA04757; Mon, 21 Oct 1996 03:07:57 -0700 (PDT) Date: Mon, 21 Oct 1996 03:07:57 -0700 (PDT) From: Doug Rabson Message-Id: <199610211007.DAA04757@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/nfs nfs_bio.c nfs_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 96/10/21 03:07:56 Modified: sys/nfs nfs_bio.c nfs_vnops.c Log: If a large (>4096 bytes) directory was modified, the old directory contents are discarded, including the cached seek cookies. Unfortunately, if the directory was larger than NFS_DIRBLKSIZ, then this confused nfs_readdirrpc(), making it appear as if the directory was truncated. Reviewed by: Karl Denninger Revision Changes Path 1.28 +6 -2 src/sys/nfs/nfs_bio.c 1.36 +5 -5 src/sys/nfs/nfs_vnops.c