[SCSI] Remove full sg table memset()
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Wed, 17 Oct 2007 11:42:11 +0000 (13:42 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 17 Oct 2007 11:42:11 +0000 (13:42 +0200)
commitf5c0dde4c66421a3a2d7d6fa604a712c9b0744e5
tree66de7ba8500559ad89752404650145fe74e6248f
parentc79d88b7fa48bc21ffd09903a98b93bf0744bce3
[SCSI] Remove full sg table memset()

We don't need to do that anymore, since blk_rq_map_sg() clears
individual entries.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
drivers/scsi/scsi_lib.c