Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197485
b: refs/heads/master
c: 2b7f222
h: refs/heads/master
i:
  197483: 05eeac2
v: v3
  • Loading branch information
NeilBrown committed May 18, 2010
1 parent 196167c commit 8ff0b04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: a78d38a1a16c8e009aa512caa71d483757fefc1c
refs/heads/master: 2b7f22284d71975e37a82db154386348eec0e52c
4 changes: 2 additions & 2 deletions trunk/drivers/md/raid5.c
Original file line number Diff line number Diff line change
Expand Up @@ -3713,10 +3713,10 @@ static void raid5_align_endio(struct bio *bi, int error)

bio_put(bi);

mddev = raid_bi->bi_bdev->bd_disk->queue->queuedata;
conf = mddev->private;
rdev = (void*)raid_bi->bi_next;
raid_bi->bi_next = NULL;
mddev = rdev->mddev;
conf = mddev->private;

rdev_dec_pending(rdev, conf->mddev);

Expand Down

0 comments on commit 8ff0b04

Please sign in to comment.