From owner-cvs-sys Sun May 31 10:28:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA16524 for cvs-sys-outgoing; Sun, 31 May 1998 10:28:41 -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 KAA16441; Sun, 31 May 1998 10:28:20 -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 KAA07985; Sun, 31 May 1998 10:28:02 -0700 (PDT) Date: Sun, 31 May 1998 10:28:02 -0700 (PDT) Message-Id: <199805311728.KAA07985@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/nfs nfs.h nfs_nqlease.c nfs_serv.c nfs_socket.c nfs_subs.c nfs_syscalls.c nfs_vfsops.c nfs_vnops.c nfsm_subs.h nfsproto.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1998/05/31 10:28:01 PDT Modified files: sys/nfs nfs.h nfs_nqlease.c nfs_serv.c nfs_socket.c nfs_subs.c nfs_syscalls.c nfs_vfsops.c nfs_vnops.c nfsm_subs.h nfsproto.h Log: NFS Jumbo commit part 1. Cosmetic and structural changes only. The aim of this part of commits is to minimize unnecessary differences between the other NFS's of similar origin. Yes, there are gratuitous changes here that the style folks won't like, but it makes the catch-up less difficult. Revision Changes Path 1.37 +9 -9 src/sys/nfs/nfs.h 1.36 +4 -5 src/sys/nfs/nfs_nqlease.c 1.63 +51 -75 src/sys/nfs/nfs_serv.c 1.33 +377 -377 src/sys/nfs/nfs_socket.c 1.56 +43 -2 src/sys/nfs/nfs_subs.c 1.39 +162 -164 src/sys/nfs/nfs_syscalls.c 1.65 +2 -1 src/sys/nfs/nfs_vfsops.c 1.92 +40 -28 src/sys/nfs/nfs_vnops.c 1.17 +16 -15 src/sys/nfs/nfsm_subs.h 1.4 +2 -2 src/sys/nfs/nfsproto.h