On Wed, Nov 02, 2022 at 02:55:05PM -0600, Andreas Dilger wrote: > On Nov 1, 2022, at 11:35 PM, Eric Biggers <ebiggers@xxxxxxxxxx> wrote: > > > > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > > > Since the kernel is being fixed to consider journal inodes with the > > 'encrypt' flag set to be invalid, also update e2fsck accordingly. > > > > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> > > --- > > e2fsck/journal.c | 3 ++- > > tests/f_badjour_encrypted/expect.1 | 30 +++++++++++++++++++++++++++++ > > tests/f_badjour_encrypted/expect.2 | 7 +++++++ > > tests/f_badjour_encrypted/image.gz | Bin 0 -> 2637 bytes > > Good to have a test case for this. > > In the past Ted has asked that new test cases are generated via mke2fs > and debugfs in "f_XXX/script" file rather than a binary image, if possible. I didn't realize the test suite supported this. Done in v2, thanks! - Eric