Skip to content
Commit e2881b1b authored by Theodore Ts'o's avatar Theodore Ts'o
Browse files

ext4 crypto: separate kernel and userspace structure for the key



Use struct ext4_encryption_key only for the master key passed via the
kernel keyring.

For internal kernel space users, we now use struct ext4_crypt_info.
This will allow us to put information from the policy structure so we
can cache it and avoid needing to constantly looking up the extended
attribute.  We will do this in a spearate patch.  This patch is mostly
mechnical to make it easier for patch review.

Signed-off-by: default avatarTheodore Ts'o <tytso@mit.edu>
parent d2299590
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment