commit | 60573b874b03d22678614ca1e73f6b15c1b53b40 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Wed Oct 17 13:02:33 2007 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Wed Oct 17 13:02:33 2007 +0200 |
tree | eab565cf0b353bcdf7eafb47c5e798318c7c54fd | |
parent | bdb02504f473be6a785741093913ea2acd05626f [diff] |
[BLOCK] Clear sg entry before filling in blk_rq_map_sg() The memset() of the sg entry was originally removed, because it could overwrite a chain pointer. But it's quite OK to memset() it when we know it's a valid entry, since it can't contain a chain pointer. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>