commit | 62230e0d702f613e2f93e9c3ffd2893b36eff2db | [log] [tgz] |
---|---|---|
author | Chandan Rajendra <chandan@linux.vnet.ibm.com> | Wed Dec 12 15:20:11 2018 +0530 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Jan 23 23:56:43 2019 -0500 |
tree | d0d4289fdb1d21868261dfae97f8da6bbaae672f | |
parent | 592ddec7578a33fb6b3e2ba78aed91614bbb30e2 [diff] |
f2fs: use IS_ENCRYPTED() to check encryption status This commit removes the f2fs specific f2fs_encrypted_inode() and makes use of the generic IS_ENCRYPTED() macro to check for the encryption status of an inode. Acked-by: Chao Yu <yuchao0@huawei.com> Reviewed-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Chandan Rajendra <chandan@linux.vnet.ibm.com> Signed-off-by: Eric Biggers <ebiggers@google.com>