]> git.karo-electronics.de Git - karo-tx-linux.git/commit
blk-mq: make driver tag failure path easier to follow
authorOmar Sandoval <osandov@fb.com>
Wed, 5 Apr 2017 19:01:35 +0000 (12:01 -0700)
committerJens Axboe <axboe@fb.com>
Fri, 7 Apr 2017 18:45:43 +0000 (12:45 -0600)
commit807b10417b23f1e1a35fccc7ede2c3886d39c303
treee9dcc5f559201d3d3720615af4e558172dcbe30a
parentee056f98126170ca8b16b9a4a6e20aae7c5c184e
blk-mq: make driver tag failure path easier to follow

Minor cleanup that makes it easier to figure out what's going on in the
driver tag allocation failure path of blk_mq_dispatch_rq_list().

Signed-off-by: Omar Sandoval <osandov@fb.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-mq.c