On Mon, Aug 05, 2019 at 09:25:06AM -0700, Eric Biggers wrote: > From: Eric Biggers <ebigg...@google.com> > > In preparation for introducing a filesystem-level keyring which will > contain fscrypt master keys, rename the existing 'struct > fscrypt_master_key' to 'struct fscrypt_direct_key'. This is the > structure in the existing table of master keys that's maintained to > deduplicate the crypto transforms for v1 DIRECT_KEY policies. > > I've chosen to keep this table as-is rather than make it automagically > add/remove the keys to/from the filesystem-level keyring, since that > would add a lot of extra complexity to the filesystem-level keyring. > > Signed-off-by: Eric Biggers <ebigg...@google.com>
Looks good. You can add: Reviewed-by: Theodore Ts'o <ty...@mit.edu> - Ted _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel