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:
@@ -73,7 +73,7 @@ enum afs_param {
|
||||
Opt_source,
|
||||
};
|
||||
|
||||
static const struct fs_parameter_enum afs_param_flock[] = {
|
||||
static const struct constant_table afs_param_flock[] = {
|
||||
{"local", afs_flock_mode_local },
|
||||
{"openafs", afs_flock_mode_openafs },
|
||||
{"strict", afs_flock_mode_strict },
|
||||
|
Reference in New Issue
Block a user