summaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
diff options
context:
space:
mode:
authorMatias Bjørling <m@bjorling.me>2014-06-11 23:43:54 +0200
committerJens Axboe <axboe@fb.com>2014-06-11 15:53:39 -0600
commit28747fcd2211d0fccbe3d3c91a1067c3744db908 (patch)
tree810f1f10310d3ec6f30aebf0be1b8a1964da58fc /block/blk-mq.c
parent54ae81cd5a20d23fdc7906a59d9018e1a760cadc (diff)
block: remove WQ_POWER_EFFICIENT from kblockd
blk-mq issues async requests through kblockd. To issue a work request on a specific CPU, kblockd_schedule_delayed_work_on is used. However, the specific CPU choice may not be honored, if the power_efficient option for workqueues is set. blk-mq requires that we have strict per-cpu scheduling, so it wont work properly if kblockd is marked POWER_EFFICIENT and power_efficient is set. Remove the kblockd WQ_POWER_EFFICIENT flag to prevent this behavior. This essentially reverts part of commit 695588f9454b, which added the WQ_POWER_EFFICIENT marker to kblockd. Signed-off-by: Matias Bjørling <m@bjorling.me> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'block/blk-mq.c')
0 files changed, 0 insertions, 0 deletions