Skip to content

Commit 9fcd53c

Browse files
Hongbo Lihsiangkao
authored andcommitted
erofs: remove unused enum type
Opt_err is not used in EROFS, we can remove it. Signed-off-by: Hongbo Li <lihongbo22@huawei.com> Reviewed-by: Gao Xiang <xiang@kernel.org> Link: https://lore.kernel.org/r/20250429075056.689570-1-lihongbo22@huawei.com Signed-off-by: Gao Xiang <xiang@kernel.org>
1 parent bbfe756 commit 9fcd53c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/erofs/super.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,6 @@ static void erofs_default_options(struct erofs_sb_info *sbi)
357357
enum {
358358
Opt_user_xattr, Opt_acl, Opt_cache_strategy, Opt_dax, Opt_dax_enum,
359359
Opt_device, Opt_fsid, Opt_domain_id, Opt_directio,
360-
Opt_err
361360
};
362361

363362
static const struct constant_table erofs_param_cache_strategy[] = {

0 commit comments

Comments
 (0)