commit | 27d420bc475e68c85d567d96caf215999d76fd16 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Nov 09 14:49:02 2018 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Nov 09 08:39:21 2018 -0700 |
tree | 42befa0ff6e60ba97d61a113794f59a4ab8fa51c | |
parent | d85cb20453bc98da47ab4393a1a05afcafb39a0f [diff] |
mtip32xxx: use for_each_sg Use the proper helper instead of manually iterating the scatterlist, which is broken in the presence of chained S/G lists. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>