Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26847
b: refs/heads/master
c: 2adc7d4
h: refs/heads/master
i:
  26845: 9ca192a
  26843: c02d7a0
  26839: c779bc0
  26831: d174b7a
  26815: e361731
v: v3
  • Loading branch information
NeilBrown authored and Linus Torvalds committed May 21, 2006
1 parent 54e5d42 commit 84aa454
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: 8c7b389e532e964f07057dac8a56c43465544759
refs/heads/master: 2adc7d47c4dbf684e69ee3980c158ff684dc170e
2 changes: 1 addition & 1 deletion trunk/drivers/md/md.c
Original file line number Diff line number Diff line change
Expand Up @@ -2252,7 +2252,7 @@ action_store(mddev_t *mddev, const char *page, size_t len)
} else {
if (cmd_match(page, "check"))
set_bit(MD_RECOVERY_CHECK, &mddev->recovery);
else if (cmd_match(page, "repair"))
else if (!cmd_match(page, "repair"))
return -EINVAL;
set_bit(MD_RECOVERY_REQUESTED, &mddev->recovery);
set_bit(MD_RECOVERY_SYNC, &mddev->recovery);
Expand Down

0 comments on commit 84aa454

Please sign in to comment.