diff options
author | Eric Biggers <ebiggers@google.com> | 2017-10-09 22:15:36 +0300 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2017-10-19 02:52:36 +0300 |
commit | e0428a266d5a29a3c2eec287fcd49be9e8e2468e (patch) | |
tree | 0ecedc8aa9793db447da6abdb31506229f582a50 /.get_maintainer.ignore | |
parent | 2ee6a576be56427209d370d8a511d49340c84139 (diff) | |
download | linux-e0428a266d5a29a3c2eec287fcd49be9e8e2468e.tar.xz |
fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED()
IS_ENCRYPTED() now gives the same information as
i_sb->s_cop->is_encrypted() but is more efficient, since IS_ENCRYPTED()
is just a simple flag check. Prepare to remove ->is_encrypted() by
switching all callers to IS_ENCRYPTED().
Acked-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to '.get_maintainer.ignore')
0 files changed, 0 insertions, 0 deletions