On Thu, 16 Feb 2023 at 08:34, Tobias Waldekranz <[email protected]> wrote: > > Allow a slice of RAM to be mapped to a blkmap. This means that RAM can > now be accessed as if it was a block device, meaning that existing > filesystem drivers can now be used to access ramdisks. > > Signed-off-by: Tobias Waldekranz <[email protected]> > --- > drivers/block/blkmap.c | 105 +++++++++++++++++++++++++++++++++++++++++ > include/blkmap.h | 29 ++++++++++++ > 2 files changed, 134 insertions(+)
Reviewed-by: Simon Glass <[email protected]> Only nit is we normally have a blank line before the final 'return' in a function

