fold struct fs_parameter_enum into struct constant_table

no real difference now

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2019-12-16 13:33:32 -05:00
parent 2710c957a8
commit 5eede62529
8 changed files with 11 additions and 16 deletions

View File

@@ -167,7 +167,7 @@ enum {
Opt_rp_size,
};
static const struct fs_parameter_enum jffs2_param_compr[] = {
static const struct constant_table jffs2_param_compr[] = {
{"none", JFFS2_COMPR_MODE_NONE },
#ifdef CONFIG_JFFS2_LZO
{"lzo", JFFS2_COMPR_MODE_FORCELZO },