From owner-cvs-sys Sun May 31 12:01:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA00513 for cvs-sys-outgoing; Sun, 31 May 1998 12:01:03 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA00426; Sun, 31 May 1998 12:00:38 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA08942; Sun, 31 May 1998 12:00:20 -0700 (PDT) Date: Sun, 31 May 1998 12:00:20 -0700 (PDT) Message-Id: <199805311900.MAA08942@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/nfs nfs_vnops.c nfsm_subs.h nfsproto.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1998/05/31 12:00:20 PDT Modified files: sys/nfs nfs_vnops.c nfsm_subs.h nfsproto.h Log: Don't pass a second copy of the uid/gid in with the v2/v3 sattr structures, it just makes more work. We pass a copy of the uid/gid with the credentials. (although, this may need to be revisited if a non AUTHUNIX authentication method (such as NFSKERB) ever gets implemented). Obtained from: NetBSD Revision Changes Path 1.99 +19 -19 src/sys/nfs/nfs_vnops.c 1.20 +4 -6 src/sys/nfs/nfsm_subs.h 1.5 +3 -5 src/sys/nfs/nfsproto.h