|
@@ -3311,8 +3311,7 @@ int __init blk_dev_init(void)
|
|
|
|
|
|
/* used for unplugging and affects IO latency/throughput - HIGHPRI */
|
|
/* used for unplugging and affects IO latency/throughput - HIGHPRI */
|
|
kblockd_workqueue = alloc_workqueue("kblockd",
|
|
kblockd_workqueue = alloc_workqueue("kblockd",
|
|
- WQ_MEM_RECLAIM | WQ_HIGHPRI |
|
|
|
|
- WQ_POWER_EFFICIENT, 0);
|
|
|
|
|
|
+ WQ_MEM_RECLAIM | WQ_HIGHPRI, 0);
|
|
if (!kblockd_workqueue)
|
|
if (!kblockd_workqueue)
|
|
panic("Failed to create kblockd\n");
|
|
panic("Failed to create kblockd\n");
|
|
|
|
|