commit | 98d61d5b1a65a9df7cb3d9605f5d37d3dbbb4b5e | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Jul 19 11:31:51 2016 +0200 |
committer | Jens Axboe <axboe@fb.com> | Wed Jul 20 17:38:32 2016 -0600 |
tree | e67f98b6b8125835d3d085f80e4149a29e6c9022 | |
parent | 0c4de0f33b0a86a426c0c3958cd40d8c82ede8d2 [diff] |
block: simplify and export blk_rq_append_bio The target SCSI passthrough backend is much better served with the low-level blk_rq_append_bio construct then the helpers built on top of it, so export it. Also use the opportunity to remove the pointless request_queue argument and make the code flow a little more readable. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>