diff options
author | Jens Axboe <axboe@kernel.dk> | 2013-10-25 14:52:25 +0400 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2013-10-25 14:56:00 +0400 |
commit | f2298c0403b0dfcaef637eba0c02c4a06d7a25ab (patch) | |
tree | 9228633ee420cf4b828270be589898707e777943 /drivers/block/Makefile | |
parent | 320ae51feed5c2f13664aa05a76bec198967e04d (diff) | |
download | linux-f2298c0403b0dfcaef637eba0c02c4a06d7a25ab.tar.xz |
null_blk: multi queue aware block test driver
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>
Diffstat (limited to 'drivers/block/Makefile')
-rw-r--r-- | drivers/block/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/Makefile b/drivers/block/Makefile index ca07399a8d99..03b3b4a2bd8a 100644 --- a/drivers/block/Makefile +++ b/drivers/block/Makefile @@ -41,6 +41,7 @@ obj-$(CONFIG_BLK_DEV_RBD) += rbd.o obj-$(CONFIG_BLK_DEV_PCIESSD_MTIP32XX) += mtip32xx/ obj-$(CONFIG_BLK_DEV_RSXX) += rsxx/ +obj-$(CONFIG_BLK_DEV_NULL_BLK) += null_blk.o nvme-y := nvme-core.o nvme-scsi.o swim_mod-y := swim.o swim_asm.o |