]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
ext4/053: test changing test_dummy_encryption on remount
authorEric Biggers <ebiggers@google.com>
Thu, 23 Jun 2022 18:41:13 +0000 (11:41 -0700)
committerZorro Lang <zlang@kernel.org>
Fri, 24 Jun 2022 15:16:57 +0000 (23:16 +0800)
commitfc8c0d9f44dc53e6912fa95793bc88968dc9f188
treeef0d8c0fe4ba8d37bea6d5983ac2989b9319070f
parent09f420da65a6a642657e98816b276cc35c6bc40c
ext4/053: test changing test_dummy_encryption on remount

The test_dummy_encryption mount option isn't supposed to be settable or
changeable via a remount, so add test cases for this.  This is a
regression test for a bug that was introduced in Linux v5.17 and fixed
in v5.19-rc3 by commit 85456054e10b ("ext4: fix up test_dummy_encryption
handling for new mount API").

Reviewed-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/ext4/053