[BLOCK] Don't clear sg_dma_len/addr() in blk_rq_map_sg()
authorJens Axboe <jens.axboe@oracle.com>
Tue, 23 Oct 2007 07:27:05 +0000 (09:27 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 23 Oct 2007 07:27:05 +0000 (09:27 +0200)
commitad0d4083e65d9f223275adbfb9a7927e2120dc6c
treeb07eca59562b5839aa30fc7924763a685112ca2e
parent73fc4f0d2ce4a92c36b00649c58e0a068a6cdfa4
[BLOCK] Don't clear sg_dma_len/addr() in blk_rq_map_sg()

It's not a proper lvalue on all archs.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/ll_rw_blk.c