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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to