Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172867
b: refs/heads/master
c: 9cd13bd
h: refs/heads/master
i:
  172865: 71910f6
  172863: 1cabe66
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz authored and Jeff Garzik committed Dec 3, 2009
1 parent 62f4745 commit ac13b6b
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 5600c70e576199a7552e1c0fff43f3fe16f5566e
refs/heads/master: 9cd13bdbae5d83399c375b34ee1eb35e16c10568
7 changes: 7 additions & 0 deletions trunk/drivers/ata/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -6616,6 +6616,13 @@ static int __init ata_init(void)
{
ata_parse_force_param();

/*
* FIXME: In UP case, there is only one workqueue thread and if you
* have more than one PIO device, latency is bloody awful, with
* occasional multi-second "hiccups" as one PIO device waits for
* another. It's an ugly wart that users DO occasionally complain
* about; luckily most users have at most one PIO polled device.
*/
ata_wq = create_workqueue("ata");
if (!ata_wq)
goto free_force_tbl;
Expand Down

0 comments on commit ac13b6b

Please sign in to comment.