All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] erofs: remove unused enum type
@ 2025-04-29  7:50 Hongbo Li
  2025-04-29 13:28 ` Gao Xiang
  0 siblings, 1 reply; 2+ messages in thread
From: Hongbo Li @ 2025-04-29  7:50 UTC (permalink / raw)
  To: xiang, chao, zbestahu, jefflexu
  Cc: dhavale, linux-erofs, linux-kernel, lihongbo22

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

Signed-off-by: Hongbo Li <lihongbo22@huawei.com>
---
v1: https://lore.kernel.org/all/20250428142631.488431-1-lihongbo22@huawei.com/
  - Keep the trailing ','.
---
 fs/erofs/super.c | 1 -
 1 file changed, 1 deletion(-)

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[] = {
-- 
2.22.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-04-29 13:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-29  7:50 [PATCH v2] erofs: remove unused enum type Hongbo Li
2025-04-29 13:28 ` Gao Xiang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.