|
@@ -397,7 +397,7 @@ enum {
|
|
|
static match_table_t rbd_opts_tokens = {
|
|
|
/* int args above */
|
|
|
/* string args above */
|
|
|
- {Opt_read_only, "mapping.read_only"},
|
|
|
+ {Opt_read_only, "read_only"},
|
|
|
{Opt_read_only, "ro"}, /* Alternate spelling */
|
|
|
{Opt_read_write, "read_write"},
|
|
|
{Opt_read_write, "rw"}, /* Alternate spelling */
|