Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334257
b: refs/heads/master
c: 91502f0
h: refs/heads/master
i:
  334255: fc4cb0a
v: v3
  • Loading branch information
Dan Carpenter authored and NeilBrown committed Oct 11, 2012
1 parent 399abd4 commit 70f87e8
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: 48c26ddc9f85808632a63b3ae50b868c86a2435f
refs/heads/master: 91502f099dfc5a1e8812898e26ee280713e1d002
2 changes: 1 addition & 1 deletion trunk/drivers/md/raid10.c
Original file line number Diff line number Diff line change
Expand Up @@ -3218,7 +3218,7 @@ static sector_t sync_request(struct mddev *mddev, sector_t sector_nr,
else {
bad_sectors -= (sector - first_bad);
if (max_sync > bad_sectors)
max_sync = max_sync;
max_sync = bad_sectors;
continue;
}
}
Expand Down

0 comments on commit 70f87e8

Please sign in to comment.