DragonFly-2.3.2.75.ge9745 master sys/conf files sys/vfs/nfs Makefile bootp_subr.c nfs.h nfs_bio.c nfs_mountrpc.c nfs_node.c nfs_serv.c nfs_socket.c nfs_srvcache.c nfs_subs.c nfs_syscalls.c nfs_vfsops.c nfs_vnops.c nfsm_subs.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Jul 17 18:37:36 PDT 2009
commit e97453f3e38fa7883847b71c7a911843b2ea1113
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Jul 16 08:19:14 2009 -0700
NFS - create nfsm_subs.c, clean up externs
* Move nfsm_*() procedures from nfs_subs.c to nfsm_subs.c
* Clean up externs improperly embedded in .c files.
Summary of changes:
sys/conf/files | 1 +
sys/vfs/nfs/Makefile | 9 +-
sys/vfs/nfs/bootp_subr.c | 1 -
sys/vfs/nfs/nfs.h | 26 ++-
sys/vfs/nfs/nfs_bio.c | 3 -
sys/vfs/nfs/nfs_mountrpc.c | 2 -
sys/vfs/nfs/nfs_node.c | 2 +
sys/vfs/nfs/nfs_serv.c | 5 -
sys/vfs/nfs/nfs_socket.c | 10 -
sys/vfs/nfs/nfs_srvcache.c | 2 -
sys/vfs/nfs/nfs_subs.c | 637 +--------------------------------------
sys/vfs/nfs/nfs_syscalls.c | 10 -
sys/vfs/nfs/nfs_vfsops.c | 3 -
sys/vfs/nfs/nfs_vnops.c | 8 -
sys/vfs/nfs/nfsm_subs.c | 728 ++++++++++++++++++++++++++++++++++++++++++++
15 files changed, 766 insertions(+), 681 deletions(-)
create mode 100644 sys/vfs/nfs/nfsm_subs.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e97453f3e38fa7883847b71c7a911843b2ea1113
--
DragonFly BSD source repository
More information about the Commits
mailing list