diff options
-rw-r--r-- | block/blk-core.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/block/blk-core.c b/block/blk-core.c index 9aca8c71e70b..55f91b88bb14 100644 --- a/block/blk-core.c +++ b/block/blk-core.c | |||
@@ -3311,8 +3311,7 @@ int __init blk_dev_init(void) | |||
3311 | 3311 | ||
3312 | /* used for unplugging and affects IO latency/throughput - HIGHPRI */ | 3312 | /* used for unplugging and affects IO latency/throughput - HIGHPRI */ |
3313 | kblockd_workqueue = alloc_workqueue("kblockd", | 3313 | kblockd_workqueue = alloc_workqueue("kblockd", |
3314 | WQ_MEM_RECLAIM | WQ_HIGHPRI | | 3314 | WQ_MEM_RECLAIM | WQ_HIGHPRI, 0); |
3315 | WQ_POWER_EFFICIENT, 0); | ||
3316 | if (!kblockd_workqueue) | 3315 | if (!kblockd_workqueue) |
3317 | panic("Failed to create kblockd\n"); | 3316 | panic("Failed to create kblockd\n"); |
3318 | 3317 | ||