On Mon, Jul 27, 2020 at 12:26:18PM +0200, Lukas Czerner wrote: > We should never be able to mount ext4 file system read-write with > read-only external journal device. Test it. > > This problem has been addressed with proposed kernel patch > https://lore.kernel.org/linux-ext4/20200717090605.2612-1-lczerner@xxxxxxxxxx/ > > The test was based on generic/050. > > Signed-off-by: Lukas Czerner <lczerner@xxxxxxxxxx> Looks good, tested with and without the fix. Reviewed-by: Theodore Ts'o <tytso@xxxxxxx> - Ted