blk-mq: Micro-optimize bt_get()
authorBart Van Assche <bvanassche@acm.org>
Tue, 9 Dec 2014 15:59:48 +0000 (16:59 +0100)
committerJens Axboe <axboe@fb.com>
Mon, 30 Mar 2015 18:54:57 +0000 (12:54 -0600)
commit816912814bdecf1a312a9ca439d1101c0af545ff
tree798f0fe2af348778eb14e136a058a46c07419ca6
parent4deaf951c734b006642e5090fb301f4729cc2db8
blk-mq: Micro-optimize bt_get()

Remove a superfluous finish_wait() call. Convert the two bt_wait_ptr()
calls into a single call.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Robert Elliott <elliott@hp.com>
Cc: Ming Lei <ming.lei@canonical.com>
Cc: Alexander Gordeev <agordeev@redhat.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-mq-tag.c