Re: [RFC PATCH v4 1/3] block: export bio_map_kern()

2021-01-04 Thread Selva Jove
Thanks Damien, Will update that. On Mon, Jan 4, 2021 at 5:45 PM Damien Le Moal wrote: > > On 2021/01/04 19:48, SelvaKumar S wrote: > > Export bio_map_kern() so that copy offload emulation can use > > it to add vmalloced memory to bio. > > > > Signed-off-by: SelvaKumar S > > --- > >

Re: [RFC PATCH v4 1/3] block: export bio_map_kern()

2021-01-04 Thread Damien Le Moal
On 2021/01/04 19:48, SelvaKumar S wrote: > Export bio_map_kern() so that copy offload emulation can use > it to add vmalloced memory to bio. > > Signed-off-by: SelvaKumar S > --- > block/blk-map.c| 3 ++- > include/linux/blkdev.h | 2 ++ > 2 files changed, 4 insertions(+), 1 deletion(-)

[RFC PATCH v4 1/3] block: export bio_map_kern()

2021-01-04 Thread SelvaKumar S
Export bio_map_kern() so that copy offload emulation can use it to add vmalloced memory to bio. Signed-off-by: SelvaKumar S --- block/blk-map.c| 3 ++- include/linux/blkdev.h | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/block/blk-map.c b/block/blk-map.c index