diff --git a/[refs] b/[refs] index c53d6c041416..8ee4b42c2afb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 27667c996f6a0bed4ad1e10ac0a0dbb6037968db +refs/heads/master: 89b90be2d877a904b1704e4029db65655bfc6282 diff --git a/trunk/block/blk-core.c b/trunk/block/blk-core.c index 151070541e21..3689319a5974 100644 --- a/trunk/block/blk-core.c +++ b/trunk/block/blk-core.c @@ -2606,7 +2606,9 @@ int __init blk_dev_init(void) BUILD_BUG_ON(__REQ_NR_BITS > 8 * sizeof(((struct request *)0)->cmd_flags)); - kblockd_workqueue = create_workqueue("kblockd"); + /* used for unplugging and affects IO latency/throughput - HIGHPRI */ + kblockd_workqueue = alloc_workqueue("kblockd", + WQ_MEM_RECLAIM | WQ_HIGHPRI, 0); if (!kblockd_workqueue) panic("Failed to create kblockd\n");