Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Mar 2006 14:58:37 +0000 (UTC)
From:      Ruslan Ermilov <ru@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:  <200603131458.k2DEwbLp025469@repoman.freebsd.org>

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



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