Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234958
b: refs/heads/master
c: 40f38ff
h: refs/heads/master
v: v3
  • Loading branch information
Tejun Heo committed Feb 1, 2011
1 parent 25cf333 commit be3086c
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: 278274d544e6c6b02312fee59817faa6e810b03a
refs/heads/master: 40f38ffb72cd58452dc5afc25ca5215bb90538a4
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/scsi_tgt_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ static int __init scsi_tgt_init(void)
if (!scsi_tgt_cmd_cache)
return -ENOMEM;

scsi_tgtd = create_workqueue("scsi_tgtd");
scsi_tgtd = alloc_workqueue("scsi_tgtd", 0, 1);
if (!scsi_tgtd) {
err = -ENOMEM;
goto free_kmemcache;
Expand Down

0 comments on commit be3086c

Please sign in to comment.