diff --git a/[refs] b/[refs] index d2073e0f0f39..a8553618b798 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ba3ae3bee317f0a5db813c026c8a8c113a4e40fb +refs/heads/master: 0fc280f606742e8a2969776b2ab11cf6a614d9e1 diff --git a/trunk/drivers/md/raid1.c b/trunk/drivers/md/raid1.c index a0c02fb8af2a..77fab07abcee 100644 --- a/trunk/drivers/md/raid1.c +++ b/trunk/drivers/md/raid1.c @@ -1358,8 +1358,7 @@ static void end_sync_read(struct bio *bio, int error) { r1bio_t *r1_bio = bio->bi_private; - /* this will call update_head_pos() */ - find_bio_disk(r1_bio, bio); + update_head_pos(r1_bio->read_disk, r1_bio); /* * we have read a block, now it needs to be re-written,