DragonFly commits List (threaded) for 2009-07
DragonFly BSD
DragonFly commits List (threaded) for 2009-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 17 Jul 2009 18:35:40 -0700 (PDT)

commit e97453f3e38fa7883847b71c7a911843b2ea1113
Author: Matthew Dillon <dillon@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]