summaryrefslogtreecommitdiffstats
path: root/block/ll_rw_blk.c
diff options
context:
space:
mode:
authorJens Axboe2007-10-23 09:27:05 +0200
committerJens Axboe2007-10-23 09:27:05 +0200
commitad0d4083e65d9f223275adbfb9a7927e2120dc6c (patch)
treeb07eca59562b5839aa30fc7924763a685112ca2e /block/ll_rw_blk.c
parents390 zfcp: sg fixups (diff)
downloadkernel-qcow2-linux-ad0d4083e65d9f223275adbfb9a7927e2120dc6c.tar.gz
kernel-qcow2-linux-ad0d4083e65d9f223275adbfb9a7927e2120dc6c.tar.xz
kernel-qcow2-linux-ad0d4083e65d9f223275adbfb9a7927e2120dc6c.zip
[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>
Diffstat (limited to 'block/ll_rw_blk.c')
-rw-r--r--block/ll_rw_blk.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/block/ll_rw_blk.c b/block/ll_rw_blk.c
index 61c2e396f2fa..fb8fb8852c3b 100644
--- a/block/ll_rw_blk.c
+++ b/block/ll_rw_blk.c
@@ -1354,8 +1354,6 @@ new_segment:
else
sg = sg_next(sg);
- sg_dma_len(sg) = 0;
- sg_dma_address(sg) = 0;
sg_set_page(sg, bvec->bv_page);
sg->length = nbytes;
sg->offset = bvec->bv_offset;