btrfs_check_features
ret = btrfs_check_features(fs_info, !sb_rdonly(sb));
int btrfs_check_features(struct btrfs_fs_info *fs_info, bool is_rw_mount);
ret = btrfs_check_features(fs_info, !(fc->sb_flags & SB_RDONLY));