diff options
author | Bart Van Assche <bvanassche@acm.org> | 2019-07-01 18:47:29 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-07-03 06:03:27 +0300 |
commit | c05f42206f4de12b6807270fc669b45472f1bdb7 (patch) | |
tree | 82aaf5161958336f8ef635f9f7a8daaeddad7f64 /mm/kmemleak.c | |
parent | 417232880c8a646739dbf4666a231505a1917fcb (diff) | |
download | linux-c05f42206f4de12b6807270fc669b45472f1bdb7.tar.xz |
blk-mq: remove blk_mq_put_ctx()
No code that occurs between blk_mq_get_ctx() and blk_mq_put_ctx() depends
on preemption being disabled for its correctness. Since removing the CPU
preemption calls does not measurably affect performance, simplify the
blk-mq code by removing the blk_mq_put_ctx() function and also by not
disabling preemption in blk_mq_get_ctx().
Cc: Hannes Reinecke <hare@suse.com>
Cc: Omar Sandoval <osandov@fb.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Ming Lei <ming.lei@redhat.com>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'mm/kmemleak.c')
0 files changed, 0 insertions, 0 deletions