summaryrefslogtreecommitdiffstats
path: root/drivers/md/Makefile
diff options
context:
space:
mode:
authorHeinz Mauelshagen2007-05-09 11:33:06 +0200
committerLinus Torvalds2007-05-09 21:30:47 +0200
commit26b9f228703f0518a90e7513d6fe7b6abeed5138 (patch)
tree3437e92667c338ea46ad47b064ce4908d7d75fe2 /drivers/md/Makefile
parentdm: bio list helpers (diff)
downloadkernel-qcow2-linux-26b9f228703f0518a90e7513d6fe7b6abeed5138.tar.gz
kernel-qcow2-linux-26b9f228703f0518a90e7513d6fe7b6abeed5138.tar.xz
kernel-qcow2-linux-26b9f228703f0518a90e7513d6fe7b6abeed5138.zip
dm: delay target
New device-mapper target that can delay I/O (for testing). Reads can be separated from writes, redirected to different underlying devices and delayed by differing amounts of time. Signed-off-by: Heinz Mauelshagen <mauelshagen@redhat.com> Signed-off-by: Milan Broz <mbroz@redhat.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/md/Makefile')
-rw-r--r--drivers/md/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/Makefile b/drivers/md/Makefile
index 34957a68d921..38754084eac7 100644
--- a/drivers/md/Makefile
+++ b/drivers/md/Makefile
@@ -31,6 +31,7 @@ obj-$(CONFIG_MD_FAULTY) += faulty.o
obj-$(CONFIG_BLK_DEV_MD) += md-mod.o
obj-$(CONFIG_BLK_DEV_DM) += dm-mod.o
obj-$(CONFIG_DM_CRYPT) += dm-crypt.o
+obj-$(CONFIG_DM_DELAY) += dm-delay.o
obj-$(CONFIG_DM_MULTIPATH) += dm-multipath.o dm-round-robin.o
obj-$(CONFIG_DM_MULTIPATH_EMC) += dm-emc.o
obj-$(CONFIG_DM_SNAPSHOT) += dm-snapshot.o