Re: [PATCH 08/12] fstests: properly test for v1 encryption policies in encrypt tests

2023-11-01 Thread Anand Jain
On 11/10/2023 04:26, Josef Bacik wrote: With btrfs adding fscrypt support we're limiting the usage to plain v2 policies only. This means we need to update the _require's for generic/593 that tests both v1 and v2 policies. The other sort of tests will be split into two tests in later patches. S

Re: [PATCH 08/12] fstests: properly test for v1 encryption policies in encrypt tests

2023-10-16 Thread Eric Biggers
On Tue, Oct 10, 2023 at 04:26:01PM -0400, Josef Bacik wrote: > With btrfs adding fscrypt support we're limiting the usage to plain v2 > policies only. This means we need to update the _require's for > generic/593 that tests both v1 and v2 policies. The other sort of tests > will be split into two

[PATCH 08/12] fstests: properly test for v1 encryption policies in encrypt tests

2023-10-10 Thread Josef Bacik
With btrfs adding fscrypt support we're limiting the usage to plain v2 policies only. This means we need to update the _require's for generic/593 that tests both v1 and v2 policies. The other sort of tests will be split into two tests in later patches. Signed-off-by: Josef Bacik --- common/enc