Skip to content

Commit

Permalink
erofs: remove unused enum type
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Hongbo Li authored and Gao Xiang committed Apr 30, 2025
1 parent bbfe756 commit 9fcd53c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/erofs/super.c
Original file line number Diff line number Diff line change
@@ -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[] = {

0 comments on commit 9fcd53c

Please sign in to comment.