cvs commit: src/sys/nfsclient nfs.h nfs_bio.c nfs_subs.c nfs_vfsops.c nfsmount.h nfsnode.h src/sys/nfs4client nfs4_vfsops.c

Alfred Perlstein alfred at FreeBSD.org
Fri Nov 21 18:21:50 PST 2003


alfred      2003/11/21 18:21:49 PST

  FreeBSD src repository

  Modified files:
    sys/nfsclient        nfs.h nfs_bio.c nfs_subs.c nfs_vfsops.c 
                         nfsmount.h nfsnode.h 
    sys/nfs4client       nfs4_vfsops.c 
  Log:
  Use function pointers to remove the depenancy cross dependancy on nfs4
  and the nfs3 client.  Also fix some bugs that happen to be causing crashes
  in both v3 and v4 introduced by the v4 import.
  
  Submitted by: Jim Rees <rees at umich.edu>
  Approved by: re
  
  Revision  Changes    Path
  1.3       +10 -79    src/sys/nfs4client/nfs4_vfsops.c
  1.76      +14 -0     src/sys/nfsclient/nfs.h
  1.126     +10 -19    src/sys/nfsclient/nfs_bio.c
  1.122     +0 -4      src/sys/nfsclient/nfs_subs.c
  1.145     +10 -0     src/sys/nfsclient/nfs_vfsops.c
  1.25      +1 -0      src/sys/nfsclient/nfsmount.h
  1.41      +1 -5      src/sys/nfsclient/nfsnode.h


More information about the cvs-all mailing list