Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Mar 2008 10:09:29 +0000 (UTC)
From:      Craig Rodrigues <rodrigc@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/nfsclient nfs_vfsops.c
Message-ID:  <200803051009.m25A9U4f031955@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rodrigc     2008-03-05 10:09:29 UTC

  FreeBSD src repository

  Modified files:
    sys/nfsclient        nfs_vfsops.c 
  Log:
  Expand the nfs_opts array to include all possible string
  mount options that mount_nfs could pass down, if it passed
  down string mount options.  Right now, mount_nfs jut passes
  down a single mount option named "nfs_args" with a fully
  initialized 'struct nfs_args'.
  
  In future commits, we will add code to the kernel for parsing stringified
  NFS mount options, so that we can convert mount_nfs to pass string options
  from userspace to kernel, instead of an initialized struct nfs_args.
  
  Revision  Changes    Path
  1.202     +4 -1      src/sys/nfsclient/nfs_vfsops.c



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