Date: Mon, 21 Oct 1996 03:07:57 -0700 (PDT) From: Doug Rabson <dfr> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/nfs nfs_bio.c nfs_vnops.c Message-ID: <199610211007.DAA04757@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <karl@Mcs.Net> Revision Changes Path 1.28 +6 -2 src/sys/nfs/nfs_bio.c 1.36 +5 -5 src/sys/nfs/nfs_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610211007.DAA04757>
