Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Apr 2011 13:09:32 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/fs/nfs nfsport.h src/sys/fs/nfsclient nfs_clvfsops.c nfsargs.h src/sys/nfsclient nfsargs.h
Message-ID:  <201104251310.p3PDA2bd038714@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2011-04-25 13:09:32 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/nfs           nfsport.h 
    sys/fs/nfsclient     nfs_clvfsops.c 
    sys/nfsclient        nfsargs.h 
  Removed files:
    sys/fs/nfsclient     nfsargs.h 
  Log:
  SVN rev 221014 on 2011-04-25 13:09:32Z by rmacklem
  
  Modify the experimental NFS client so that it uses the same
  "struct nfs_args" as the regular NFS client. This is needed
  so that the old mount(2) syscall will work and it makes
  sharing of the diskless NFS root code easier. Eary in the
  porting exercise I introduced a new revision of nfs_args, but
  didn't actually need it, thanks to nmount(2). I re-introduced the
  NFSMNT_KERB flag, since it does essentially the same thing and
  the old one would not have been used because it never worked.
  I also added a few new NFSMNT_xxx flags to sys/nfsclient/nfs_args.h
  that are used by the experimental NFS client.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.23      +1 -1      src/sys/fs/nfs/nfsport.h
  1.21      +31 -24    src/sys/fs/nfsclient/nfs_clvfsops.c
  1.2       +0 -104    src/sys/fs/nfsclient/nfsargs.h (dead)
  1.69      +5 -1      src/sys/nfsclient/nfsargs.h



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