cvs commit: src/sys/kern vfs_mount.c
    Ruslan Ermilov 
    ru at FreeBSD.org
       
    Mon Mar 13 14:58:39 UTC 2006
    
    
  
ru          2006-03-13 14:58:37 UTC
  FreeBSD src repository
  Modified files:
    sys/kern             vfs_mount.c 
  Log:
  The mount(8) manpage says: "In case of conflicting options being
  specified, the rightmost option takes effect."  Fix code to obey
  this.  This makes e.g. "mount -r /usr" or "mount -ar" actually
  mount file systems read-only.
  
  Revision  Changes    Path
  1.219     +39 -56    src/sys/kern/vfs_mount.c
    
    
More information about the cvs-all
mailing list