cvs commit: src/sys/kern vfs_mount.c

Craig Rodrigues rodrigc at FreeBSD.org
Tue Dec 4 19:26:14 PST 2007


rodrigc     2007-12-05 03:26:14 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_mount.c 
  Log:
  In nmount(), internally convert the mount option: "rdonly" to "ro".
  This makes updates mounts such as:
   "mount -u -o rdonly" work more like, "mount -u -o ro".
  
  References to "-o rdonly" were changed to "-o ro" in revision 1.60 of
  the mount(8) man page,
  but some people still like to use "-o rdonly" since it was documented
  in earlier versions of FreeBSD.
  
  Requested by:   rwatson
  MFC after:      1 week
  
  Revision  Changes    Path
  1.268     +6 -3      src/sys/kern/vfs_mount.c


More information about the cvs-all mailing list