Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Mar 2002 05:53:00 -0800 (PST)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ufs/ffs ffs_vfsops.c
Message-ID:  <200203111353.g2BDr0891090@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2002/03/11 05:53:00 PST

  Modified files:
    sys/ufs/ffs          ffs_vfsops.c 
  Log:
  As a XXX bandaid open the mounted device READ/WRITE even if we only mount
  read-only.
  
  The trouble here is that we don't reopen the device in read/write mode
  when we remount in read/write mode resulting in a filesystem sending
  write requests to a device which was only opened read/only.
  
  I'm not quite sure how such a reopen would best be done and defer
  the problem to more agile hackers.
  
  Revision  Changes    Path
  1.169     +14 -0     src/sys/ufs/ffs/ffs_vfsops.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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