]> git.baikalelectronics.ru Git - 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)
commit270b021183ed61b0f2450af5e14899891e16ad36
tree133fe0355f6adb4eed0c7108c060889470185b8d
parentbfaa45ee2f664b05d32677bd0509a654172bba97
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