]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
erofs: remove unused enum type
authorHongbo Li <lihongbo22@huawei.com>
Tue, 29 Apr 2025 07:50:56 +0000 (07:50 +0000)
committerGao Xiang <xiang@kernel.org>
Wed, 30 Apr 2025 04:13:32 +0000 (12:13 +0800)
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>
fs/erofs/super.c

index cadec6b1b5545140eae8f0a0f915e60b9122ca33..da6ee7c39290d5083d647444ebf96f35d78abcd9 100644 (file)
@@ -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[] = {