commit | 361301a222193c85bc53dbe64770271a4d4ff7f4 | [log] [tgz] |
---|---|---|
author | Guoqing Jiang <guoqing.jiang@cloud.ionos.com> | Mon Mar 09 22:41:36 2020 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Mar 12 07:42:54 2020 -0600 |
tree | fa70d9d9bda0ff6a778065640d42739649539019 | |
parent | fc4cc772102511de90e708e72754800686aa0043 [diff] |
block: cleanup for _blk/blk_rq_prep_clone Both cmd and sense had been moved to scsi_request, so remove the related comments to avoid confusion. And as Bart suggested, move _blk_rq_prep_clone into the only caller (blk_rq_prep_clone). Signed-off-by: Guoqing Jiang <guoqing.jiang@cloud.ionos.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>