fscrypt: remove ->is_encrypted()
authorEric Biggers <[email protected]>
Mon, 9 Oct 2017 19:15:37 +0000 (12:15 -0700)
committerTheodore Ts'o <[email protected]>
Wed, 18 Oct 2017 23:52:37 +0000 (19:52 -0400)
commitf7293e48bb1d0c482cd706deb1256a6be718f4f5
tree133fe0355f6adb4eed0c7108c060889470185b8d
parente0428a266d5a29a3c2eec287fcd49be9e8e2468e
fscrypt: remove ->is_encrypted()

Now that all callers of fscrypt_operations.is_encrypted() have been
switched to IS_ENCRYPTED(), remove ->is_encrypted().

Reviewed-by: Chao Yu <[email protected]>
Acked-by: Dave Chinner <[email protected]>
Signed-off-by: Eric Biggers <[email protected]>
Signed-off-by: Theodore Ts'o <[email protected]>
fs/ext4/super.c
fs/f2fs/super.c
fs/ubifs/crypto.c
fs/ubifs/super.c
fs/ubifs/ubifs.h
include/linux/fscrypt.h