Hello, Jan. On Thu, Jul 25, 2013 at 12:03:58PM +0200, Jan Kara wrote: > When we are asked to RW mount in case filesystem cannot really do RW, we > return -EROFS instead of silently falling back to RO mount. Userspace > mount(8) command will try again with MS_RDONLY set so things should still > work OK and the problems with eject button would be solved. I'll try to > code that up. Hmmm.... while it is neat, it is very visible to userland and I'm a bit concerned that we might break some obscure tool which isn't using the standard mount. Not sure about udf but for iso9660, which is vastly more common anyway, just always setting MS_RDONLY seems like the better solution. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html