+3
−0
+1
−0
drivers/block/null_blk.c
0 → 100644
+635
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
A driver that simply completes IO it receives, it does no
transfers. Written to fascilitate testing of the blk-mq code.
It supports various module options to use either bio queueing,
rq queueing, or mq mode.
Signed-off-by:
Jens Axboe <axboe@kernel.dk>