Re: [PATCH[RFC] kill sysrq-u (emergency remount r/o)

From: Christoph Hellwig
Date: Tue Feb 06 2007 - 04:45:44 EST


On Mon, Feb 05, 2007 at 10:17:44PM -0500, Theodore Tso wrote:
> > sysrq+u is helpful. It is like \( sysrq+s && make sure no further writes
> > go to disk \).
>
> I agree it is useful, but if we're going to do it we really should do
> it right. We should have real revoke() functionality on file
> descriptors, which revokes all of the mmap()'s (any attempt to write
> into a previously read/write mmap will cause a SEGV) as well as
> changing f_mode, and then use that to implement emergency read-only
> remount.

Revoke is only part of it. What we really need is proper forced unmount
support. That means revoking any kind of userspace access, blocking new
access and making sure the ondisk image is coherent. This would definitly
be a useful feature, but it's a lot of work.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/