Date: Sun, 31 May 1998 10:28:02 -0700 (PDT) From: Peter Wemm <peter@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 Message-ID: <199805311728.KAA07985@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805311728.KAA07985>