Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Dec 2007 03:26:14 +0000 (UTC)
From:      Craig Rodrigues <rodrigc@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_mount.c
Message-ID:  <200712050326.lB53QEVb098184@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712050326.lB53QEVb098184>