Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Oct 2007 16:28:05 +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:  <200710271628.l9RGS5Nq024067@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rodrigc     2007-10-27 16:28:05 UTC

  FreeBSD src repository

  Modified files:
    sys/nfsclient        nfs_vfsops.c 
  Log:
  Add the following mount options to the nfs_opts array:
  noatime, noexec, suiddir, nosuid, nosymfollow, union,
  noclusterr, noclusterw, multilabel, acls, force, update,
  async.  These options correspond to MOPT_STDOPTS, MOPT_FORCE, MOPT_UPDATE,
  and MOPT_ASYNC.
  
  Currently, mount_nfs converts these "-o" options from strings
  to MNT_ flags via getmntopts(),
  and passes the flags from userspace to the kernel.
  This change will allow us in future to pass these mount options
  as strings directly to the kernel via nmount() when doing NFS mounts.
  
  Revision  Changes    Path
  1.196     +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?200710271628.l9RGS5Nq024067>