commit | 62de25927a2558324f2f425545cdc90682168ca9 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Sun Aug 04 19:35:49 2019 -0700 |
committer | Eric Biggers <ebiggers@google.com> | Mon Aug 12 19:18:50 2019 -0700 |
tree | 975849998d154fcc2e97cef387e5d1346df523bc | |
parent | 8ce589c773180f15d9ef426679a92909e8233dbe [diff] |
ubifs: wire up new fscrypt ioctls Wire up the new ioctls for adding and removing fscrypt keys to/from the filesystem, and the new ioctl for retrieving v2 encryption policies. The key removal ioctls also required making UBIFS use fscrypt_drop_inode(). For more details see Documentation/filesystems/fscrypt.rst and the fscrypt patches that added the implementation of these ioctls. Reviewed-by: Theodore Ts'o <tytso@mit.edu> Signed-off-by: Eric Biggers <ebiggers@google.com>