[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <YHYd4Wmk0xqnuhUc@mit.edu>
Date: Tue, 13 Apr 2021 18:40:33 -0400
From: "Theodore Ts'o" <tytso@....edu>
To: Eric Biggers <ebiggers@...nel.org>
Cc: Daniel Rosenberg <drosen@...gle.com>, linux-ext4@...r.kernel.org
Subject: Re: [xfstests-bld PATCH] test-appliance: un-exclude encrypt+casefold
test
On Tue, Apr 13, 2021 at 02:53:00PM -0700, Eric Biggers wrote:
> From: Eric Biggers <ebiggers@...gle.com>
>
> This is needed to test the encryption and casefolding features in
> combination.
Yeah, this is has been on my radar screen, but it's been on my todo
list to submit a patch to generic/556 something like:
if [ "$FSTYP" = "ext4" -a ! -f /sys/fs/ext4/features/encrypted_casefold ]; then
_notrun "ext4 file system does not support encrypted casefold"
fi
before removing generic/556 from the encrypt.exclude list.
I'll probably get to it by this weekend, unless someone beats me to
it.
Cheers,
- Ted
Powered by blists - more mailing lists