]> git.baikalelectronics.ru Git - kernel.git/commit
block: Don't check QUEUE_FLAG_SAME_COMP in __blk_complete_request
authorTao Ma <boyu.mt@taobao.com>
Wed, 14 Sep 2011 07:31:01 +0000 (09:31 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Wed, 14 Sep 2011 07:31:01 +0000 (09:31 +0200)
commit37ecb79facde1b0d46e0d36f12bd874a6cd9ecdc
tree945959995bd601627b300db0971deb4648770718
parentfebba3d98fb0ed91154e82eeda100e447f96f24d
block: Don't check QUEUE_FLAG_SAME_COMP in __blk_complete_request

In __blk_complete_request, we check both QUEUE_FLAG_SAME_COMP and req->cpu
to decide whether we should use req->cpu. Actually the user can also
select the complete cpu by either setting BIO_CPU_AFFINE or by calling
bio_set_completion_cpu. Current solution makes these 2 ways don't work
any more. So we'd better just check req->cpu.

Signed-off-by: Tao Ma <boyu.mt@taobao.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-softirq.c