Re: Master key removal semantics

2023-10-05 Thread Eric Biggers
On Wed, Oct 04, 2023 at 12:44:12PM -0400, Josef Bacik wrote: > Hello, > > While getting the fstests stuff nailed down to deal with btrfs I ran into > failures with generic/595, specifically the multi-threaded part. > > In one thread we have a loop adding and removing the master key. > > In the o

[PATCH] fscrypt: rename fscrypt_info => fscrypt_inode_info

2023-10-05 Thread Eric Biggers
From: Josef Bacik We are going to track per-extent information, so it'll be necessary to distinguish between inode infos and extent infos. Rename fscrypt_info to fscrypt_inode_info, adjusting any lines that now exceed 80 characters. Signed-off-by: Josef Bacik [ebiggers: renamed fscrypt_get_inf