On Tue, Apr 05, 2022 at 10:46:33AM +0100, Luís Henriques wrote: > fscrypt keys have used the $FSTYP as prefix. However this format is being > deprecated and newer kernels are expected to use the generic 'fscrypt:' > prefix instead. This patch adds support for this new prefix, and only > uses $FSTYP on filesystems that didn't initially supported it, i.e. ext4 and > f2fs. This will allow old kernels to be tested. > > Signed-off-by: Luís Henriques <lhenriques@xxxxxxx> > --- > common/encrypt | 36 +++++++++++++++++++++++++----------- > 1 file changed, 25 insertions(+), 11 deletions(-) > Reviewed-by: Eric Biggers <ebiggers@xxxxxxxxxx> - Eric