fscrypt: new helper function - fscrypt_require_key()
authorEric Biggers <ebiggers@google.com>
Mon, 9 Oct 2017 19:15:39 +0000 (12:15 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 5 Jan 2018 00:17:30 +0000 (16:17 -0800)
commite9f57e3771bafce19576f518f57df38ab5fac94a
treeff30f293e84eac29a37530fc87b8e132a193b0b7
parentb31ee2e1280e3624e55199b27843ef8457428b4a
fscrypt: new helper function - fscrypt_require_key()

Add a helper function which checks if an inode is encrypted, and if so,
tries to set up its encryption key.  This is a pattern which is
duplicated in multiple places in each of ext4, f2fs, and ubifs --- for
example, when a regular file is asked to be opened or truncated.

Acked-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
include/linux/fscrypt.h