Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jul 2011 00:41:31 +0000 (UTC)
From:      Kirk McKusick <mckusick@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/geom geom_vfs.c src/sys/ufs/ffs ffs_vfsops.c
Message-ID:  <201107100042.p6A0g7Dv022035@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mckusick    2011-07-10 00:41:31 UTC

  FreeBSD src repository

  Modified files:
    sys/geom             geom_vfs.c 
    sys/ufs/ffs          ffs_vfsops.c 
  Log:
  SVN rev 223900 on 2011-07-10 00:41:31Z by mckusick
  
  Allow disk partitions associated with UFS read-only mounted
  filesystems to be opened for writing. This functionality used to
  be special-cased for just the root filesystem, but with this change
  is now available for all UFS filesystems. This change is needed for
  journaled soft updates recovery.
  
  Discussed with: Jeff Roberson
  
  Revision  Changes    Path
  1.21      +1 -1      src/sys/geom/geom_vfs.c
  1.385     +7 -15     src/sys/ufs/ffs/ffs_vfsops.c



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