Re: [PATCH v4 3/8] blk: blkmap: add ramdisk creation utility function

2023-09-25 Thread Ilias Apalodimas
On Fri, Sep 22, 2023 at 04:11:14PM +0900, 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 > Reviewed-by: Simon Glass > --- > dri

[PATCH v4 3/8] blk: blkmap: add ramdisk creation utility function

2023-09-22 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 Reviewed-by: Simon Glass --- drivers/block/Makefile| 1 + drivers/block/blkmap.c| 15 --