diff options
author | Hongbo Li <lihongbo22@huawei.com> | 2025-04-29 07:50:56 +0000 |
---|---|---|
committer | Gao Xiang <xiang@kernel.org> | 2025-04-30 12:13:32 +0800 |
commit | 9fcd53c3206618166facf03ee3d465f66a107e01 (patch) | |
tree | 3fd83e58df9adeda58279d4599e9b7a9c6250778 /fs | |
parent | bbfe756dc3062c1e934f06e5ba39c239aa953b92 (diff) |
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>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/erofs/super.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/erofs/super.c b/fs/erofs/super.c index cadec6b1b554..da6ee7c39290 100644 --- a/fs/erofs/super.c +++ b/fs/erofs/super.c @@ -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[] = { |