ext4_feature_set_ok
extern int ext4_feature_set_ok(struct super_block *sb, int readonly);
if (!ext4_feature_set_ok(sb, 0)) {
if (silent && ext4_feature_set_ok(sb, sb_rdonly(sb)))
if (silent && ext4_feature_set_ok(sb, sb_rdonly(sb)))
if (!ext4_feature_set_ok(sb, (sb_rdonly(sb))))
!ext4_feature_set_ok(sb, 0)) {