From owner-cvs-all Mon May 3 13:59:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7940614EE9; Mon, 3 May 1999 13:59:15 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA02444; Mon, 3 May 1999 13:59:15 -0700 (PDT) (envelope-from alc@FreeBSD.org) Message-Id: <199905032059.NAA02444@freefall.freebsd.org> From: Alan Cox Date: Mon, 3 May 1999 13:59:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfs nfs_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alc 1999/05/03 13:59:15 PDT Modified files: sys/nfs nfs_vnops.c Log: All directory accesses must be made with NFS_DIRBLKSIZE chunks to avoid confusing the directory read cookie cache. The nfs_access implementation for v2 mounts attempts to read from the directory if root is the user so that root can't access cached files when the server remaps root to some other user. Submitted by: Doug Rabson Reviewed by: Matthew Dillon Revision Changes Path 1.126 +3 -3 src/sys/nfs/nfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message