Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Nov 2003 18:21:49 -0800 (PST)
From:      Alfred Perlstein <alfred@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <200311220221.hAM2LnOM038282@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311220221.hAM2LnOM038282>