<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
...just a friendly reminder to look at this again now that 3.0.1 is out.<br>
<br>
Christoph Hellwig wrote:
<blockquote cite="mid:20090316212332.GA8496@infradead.org" type="cite">
  <pre wrap="">On Sun, Mar 08, 2009 at 11:50:02PM -0400, Nathaniel W. Turner wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">(Error messages could probably be improved to be more user-friendly in
this new failure case, and it probably wouldn't hurt to add a BLKROGET
ioctl to check for read-only block devices with read-write permissions,
but this does the job for me.)

Signed-off-by: Nathaniel W. Turner <a class="moz-txt-link-rfc2396E" href="mailto:nate@houseofnate.net">&lt;nate@houseofnate.net&gt;</a>
---
 repair/init.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/repair/init.c b/repair/init.c
index 8e508c4..7e5052c 100644
--- a/repair/init.c
+++ b/repair/init.c
@@ -142,6 +142,8 @@ xfs_init(libxfs_init_t *args)
         args-&gt;isreadonly = (LIBXFS_ISREADONLY | LIBXFS_ISINACTIVE);
     else if (dangerously)
         args-&gt;isreadonly = (LIBXFS_ISINACTIVE | LIBXFS_DANGEROUSLY);
+    else
+        args-&gt;isreadonly = LIBXFS_EXCLUSIVELY;
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Given that we skip it for -d and -n this is fine with me.

I think we might want to delay this change in the way xfs_repair
operates until after we get a 3.0.1 release out with all the build
system fixes (hopefully really soon)

_______________________________________________
xfs mailing list
<a class="moz-txt-link-abbreviated" href="mailto:xfs@oss.sgi.com">xfs@oss.sgi.com</a>
<a class="moz-txt-link-freetext" href="http://oss.sgi.com/mailman/listinfo/xfs">http://oss.sgi.com/mailman/listinfo/xfs</a>
  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
Nathaniel W. Turner
<a class="moz-txt-link-freetext" href="http://houseofnate.net/">http://houseofnate.net/</a>
</pre>
</body>
</html>