mirror of
https://github.com/torvalds/linux.git
synced 2026-02-04 15:28:49 +08:00
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>