diff options
-rw-r--r-- | net/ceph/ceph_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ceph/ceph_common.c b/net/ceph/ceph_common.c index f6f2eebc0767..f3e4a13fea0c 100644 --- a/net/ceph/ceph_common.c +++ b/net/ceph/ceph_common.c | |||
@@ -249,7 +249,7 @@ int ceph_parse_options(struct ceph_options **popt, char *options, | |||
249 | continue; | 249 | continue; |
250 | err = -EINVAL; | 250 | err = -EINVAL; |
251 | token = match_token((char *)c, opt_tokens, argstr); | 251 | token = match_token((char *)c, opt_tokens, argstr); |
252 | if (token < 0) { | 252 | if (token < 0 && parse_extra_token) { |
253 | /* extra? */ | 253 | /* extra? */ |
254 | err = parse_extra_token((char *)c, private); | 254 | err = parse_extra_token((char *)c, private); |
255 | if (err < 0) { | 255 | if (err < 0) { |