Re: [PATCH v2 3/6] blk: blkmap: add ramdisk creation utility function

2023-09-01 Thread Simon Glass
On Fri, 1 Sept 2023 at 04:26, Masahisa Kojima wrote: > > User needs to call several functions to create the ramdisk > with blkmap. > This adds the utility function to create blkmap device and > mount the ramdisk. > > Signed-off-by: Masahisa Kojima > --- > drivers/block/Makefile| 1 + >

[PATCH v2 3/6] blk: blkmap: add ramdisk creation utility function

2023-09-01 Thread Masahisa Kojima
User needs to call several functions to create the ramdisk with blkmap. This adds the utility function to create blkmap device and mount the ramdisk. Signed-off-by: Masahisa Kojima --- drivers/block/Makefile| 1 + drivers/block/blkmap.c| 15 -- drivers/block/blkmap_helpe