Skip to content
  • Matias Bjørling's avatar
    null_blk: register as a LightNVM device · b2b7e001
    Matias Bjørling authored
    
    
    Add support for registering as a LightNVM device. This allows us to
    evaluate the performance of the LightNVM subsystem.
    
    In /drivers/Makefile, LightNVM is moved above block device drivers
    to make sure that the LightNVM media managers have been initialized
    before drivers under /drivers/block are initialized.
    
    Signed-off-by: default avatarMatias Bjørling <m@bjorling.me>
    Fix by Jens Axboe to remove unneeded slab cache and the following
    memory leak.
    Signed-off-by: default avatarJens Axboe <axboe@fb.com>
    b2b7e001