commit | 0475bd6c65976c390e3805a1e5f10fc30ca8def2 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Apr 14 09:42:23 2020 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Apr 22 10:47:06 2020 -0600 |
tree | f38fd7f8d756545cdc36eafec3d10d9032c4f4ec | |
parent | 89de1504d53b59b12bfff227328ee3e63dd3a112 [diff] |
scsi: merge scsi_init_sgtable into scsi_init_io scsi_init_io is the only caller of scsi_init_sgtable. Merge the two function to make upcoming changes a little easier. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>