[PATCH v3 1/2] block: Introduce blk_bio_map_sg() to map one bio

2015-12-16 Thread Baolin Wang
In dm-crypt, it need to map one bio to scatterlist for improving the encryption efficiency. Thus this patch introduces the blk_bio_map_sg() function to map one bio with scatterlists. Signed-off-by: Baolin Wang --- block/blk-merge.c | 45 +

[PATCH v3 1/2] block: Introduce blk_bio_map_sg() to map one bio

2015-12-16 Thread Baolin Wang
In dm-crypt, it need to map one bio to scatterlist for improving the encryption efficiency. Thus this patch introduces the blk_bio_map_sg() function to map one bio with scatterlists. Signed-off-by: Baolin Wang --- block/blk-merge.c | 45