ext4: move dax and encrypt checking into ext4_check_feature_compatibility()
authorJason Yan <yanaijie@huawei.com>
Thu, 23 Mar 2023 14:05:17 +0000 (22:05 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 15 Apr 2023 03:08:03 +0000 (23:08 -0400)
commit54902099b1d8b62bea7cfd949aa3acd9eae1c3db
tree7e17de1c1bf7b64e0b062b8719b243c1765b4228
parent107d2be90116a1731d2d81296100c0a4c454a89f
ext4: move dax and encrypt checking into ext4_check_feature_compatibility()

These checkings are also related with feature compatibility checkings.
So move them into ext4_check_feature_compatibility(). No functional
change.

Signed-off-by: Jason Yan <yanaijie@huawei.com>
Link: https://lore.kernel.org/r/20230323140517.1070239-9-yanaijie@huawei.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/super.c