Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176529
b: refs/heads/master
c: 5339fc2
h: refs/heads/master
i:
  176527: d993c06
v: v3
  • Loading branch information
Mikulas Patocka authored and Alasdair G Kergon committed Dec 10, 2009
1 parent 5c7a99b commit d95e33a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 929be8fcb4b4b65d038e73d3bb34715851a95ca2
refs/heads/master: 5339fc2d47d1d720e027b9b832bf5aae8fba2ac0
4 changes: 4 additions & 0 deletions trunk/drivers/md/dm-raid1.c
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,10 @@ static struct mirror_set *alloc_context(unsigned int nr_mirrors,
}

spin_lock_init(&ms->lock);
bio_list_init(&ms->reads);
bio_list_init(&ms->writes);
bio_list_init(&ms->failures);
bio_list_init(&ms->holds);

ms->ti = ti;
ms->nr_mirrors = nr_mirrors;
Expand Down

0 comments on commit d95e33a

Please sign in to comment.