commit | 3e03c2ee57f9505ac2bce78a640a381f9acb9c0c | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Thu Dec 01 17:24:45 2016 -0700 |
committer | Jens Axboe <axboe@fb.com> | Mon Dec 05 11:17:48 2016 -0700 |
tree | 4940b63241ba4edf99409086b19f497747941299 | |
parent | 912737bcc23994530685b017bbabda14aec4a8fd [diff] |
block: drop irq+lock when flushing queue plugs Not convinced this is a faster approach, and it does look IRQs off longer than otherwise. With mq+scheduling, it's a problem since it forces us to offload the queue running. If we get rid of it, we can run the queue without the queue lock held. Signed-off-by: Jens Axboe <axboe@fb.com>