The patch titled fix ll_rw_blk.c build on s390 has been added to the -mm tree. Its filename is fix-ll_rw_blkc-build-on-s390.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: fix ll_rw_blk.c build on s390 From: Heiko Carstens <heiko.carstens@xxxxxxxxxx> CC block/ll_rw_blk.o block/ll_rw_blk.c: In function 'blk_rq_map_sg': block/ll_rw_blk.c:1357: error: implicit declaration of function 'sg_dma_len' block/ll_rw_blk.c:1357: error: lvalue required as left operand of assignment block/ll_rw_blk.c:1358: error: implicit declaration of function 'sg_dma_address' block/ll_rw_blk.c:1358: error: lvalue required as left operand of assignment make[1]: *** [block/ll_rw_blk.o] Error 1 make: *** [block] Error 2 Cc: Jens Axboe <jens.axboe@xxxxxxxxxx> Signed-off-by: Heiko Carstens <heiko.carstens@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- block/ll_rw_blk.c | 2 -- 1 file changed, 2 deletions(-) diff -puN block/ll_rw_blk.c~fix-ll_rw_blkc-build-on-s390 block/ll_rw_blk.c --- a/block/ll_rw_blk.c~fix-ll_rw_blkc-build-on-s390 +++ a/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; _ Patches currently in -mm which might be from heiko.carstens@xxxxxxxxxx are origin.patch fix-ll_rw_blkc-build-on-s390.patch net-fix-xfrm-build-missing-scatterlisth-include.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html