cvs commit: src/sys/kern vfs_mount.c

Craig Rodrigues rodrigc at FreeBSD.org
Sat May 13 18:51:45 PDT 2006


rodrigc     2006-05-14 01:51:38 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_mount.c 
  Log:
  For nmount(), if "rw" is specified as a mount option,
  add "noro" to the list of mount options.  This allows
  a read-only mount to be converted to read-write via:
  mount -u -o rw
  
  Requested by:   kris
  
  Revision  Changes    Path
  1.222     +25 -3     src/sys/kern/vfs_mount.c


More information about the cvs-src mailing list