]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
fscrypt: remove ->is_encrypted()
authorEric Biggers <ebiggers@google.com>
Mon, 9 Oct 2017 19:15:37 +0000 (12:15 -0700)
committerTheodore Ts'o <tytso@mit.edu>
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 <yuchao0@huawei.com>
Acked-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/super.c
fs/f2fs/super.c
fs/ubifs/crypto.c
fs/ubifs/super.c
fs/ubifs/ubifs.h
include/linux/fscrypt.h