Commit 9fcd53c3 authored by Hongbo Li's avatar Hongbo Li Committed by Gao Xiang
Browse files

erofs: remove unused enum type



Opt_err is not used in EROFS, we can remove it.

Signed-off-by: default avatarHongbo Li <lihongbo22@huawei.com>
Reviewed-by: default avatarGao Xiang <xiang@kernel.org>
Link: https://lore.kernel.org/r/20250429075056.689570-1-lihongbo22@huawei.com


Signed-off-by: default avatarGao Xiang <xiang@kernel.org>
parent bbfe756d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -357,7 +357,6 @@ static void erofs_default_options(struct erofs_sb_info *sbi)
enum {
	Opt_user_xattr, Opt_acl, Opt_cache_strategy, Opt_dax, Opt_dax_enum,
	Opt_device, Opt_fsid, Opt_domain_id, Opt_directio,
	Opt_err
};

static const struct constant_table erofs_param_cache_strategy[] = {