mirror of
https://github.com/torvalds/linux.git
synced 2026-01-12 00:42:35 +08:00
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>