diff options
author | Eric Biggers <ebiggers@google.com> | 2019-12-09 13:27:21 -0800 |
---|---|---|
committer | Eric Biggers <ebiggers@google.com> | 2020-01-20 10:43:46 -0800 |
commit | 50d9fad73a45a78f8b974b46307712556c9a42d3 (patch) | |
tree | 9145deb03cd0664bc8156daaf56dce847de87d88 /lib | |
parent | 2d8f7f119b0b2ce5e7ff0e8024b0763bf42b99c9 (diff) | |
download | linux-stable-50d9fad73a45a78f8b974b46307712556c9a42d3.tar.gz linux-stable-50d9fad73a45a78f8b974b46307712556c9a42d3.tar.bz2 linux-stable-50d9fad73a45a78f8b974b46307712556c9a42d3.zip |
ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()
There's no need for the ubifs_crypt_is_encrypted() function anymore.
Just use IS_ENCRYPTED() instead, like ext4 and f2fs do. IS_ENCRYPTED()
checks the VFS-level flag instead of the UBIFS-specific flag, but it
shouldn't change any behavior since the flags are kept in sync.
Link: https://lore.kernel.org/r/20191209212721.244396-1-ebiggers@kernel.org
Acked-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Eric Biggers <ebiggers@google.com>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions