Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211611
b: refs/heads/master
c: 010e3b4
h: refs/heads/master
i:
  211609: 5971a76
  211607: bb0a5fa
v: v3
  • Loading branch information
Yehuda Sadeh authored and Sage Weil committed Oct 20, 2010
1 parent 21e1e6d commit c87fd4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6f453ed6c07dbed83b368269c9c0fb170866ee71
refs/heads/master: 010e3b48fca57920557d2b80b83f8b2899fb5d1e
2 changes: 1 addition & 1 deletion trunk/net/ceph/ceph_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ int ceph_parse_options(struct ceph_options **popt, char *options,
continue;
err = -EINVAL;
token = match_token((char *)c, opt_tokens, argstr);
if (token < 0) {
if (token < 0 && parse_extra_token) {
/* extra? */
err = parse_extra_token((char *)c, private);
if (err < 0) {
Expand Down

0 comments on commit c87fd4f

Please sign in to comment.