Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5635
b: refs/heads/master
c: 48f1f53
h: refs/heads/master
i:
  5633: 3517edf
  5631: 7db0fbd
v: v3
  • Loading branch information
Alasdair G Kergon authored and Linus Torvalds committed Aug 4, 2005
1 parent c17aa75 commit 47f5194
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: d27a4dddd96f4ee898f8d1d597d38f8f4079bbb0
refs/heads/master: 48f1f5328267f52a34e61b8b0e6fc55a23c1348a
2 changes: 1 addition & 1 deletion trunk/drivers/md/dm-raid1.c
Original file line number Diff line number Diff line change
Expand Up @@ -1230,7 +1230,7 @@ static int __init dm_mirror_init(void)
if (r)
return r;

_kmirrord_wq = create_workqueue("kmirrord");
_kmirrord_wq = create_singlethread_workqueue("kmirrord");
if (!_kmirrord_wq) {
DMERR("couldn't start kmirrord");
dm_dirty_log_exit();
Expand Down

0 comments on commit 47f5194

Please sign in to comment.