cvs commit: src/sys/nfsclient nfs_vfsops.c
    Craig Rodrigues 
    rodrigc at FreeBSD.org
       
    Sat Oct 27 09:28:07 PDT 2007
    
    
  
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
    
    
More information about the cvs-all
mailing list