cvs commit: src/sys/nfsclient nfs_vfsops.c

Craig Rodrigues rodrigc at FreeBSD.org
Sat Sep 13 18:58:04 UTC 2008


rodrigc     2008-09-13 18:57:47 UTC

  FreeBSD src repository

  Modified files:
    sys/nfsclient        nfs_vfsops.c 
  Log:
  SVN rev 183005 on 2008-09-13 18:57:47Z by rodrigc
  
  Add code to parse NFS mount options passed as individual
  items of the nmount() iovec.  This will allow us to move
  away from gathering up all the NFS mount options as a single
  "struct nfs_args" to be passed down through nmount().
  This will make adding new NFS mount options much easier.
  Many, many thanks to Doug Rabson, who took my initial patches and
  cleaned them up.
  
  Reviewed by:    dfr
  MFC after:      3 months
  
  Revision  Changes    Path
  1.214     +254 -23   src/sys/nfsclient/nfs_vfsops.c


More information about the cvs-src mailing list