712866
From db1b5a38e9e80b2093763b7c3cdf65ddb02cd705 Mon Sep 17 00:00:00 2001
712866
From: Harald Hoyer <harald@redhat.com>
712866
Date: Thu, 27 Mar 2014 12:34:40 +0100
712866
Subject: [PATCH] dm: add dm-cache modules
712866
712866
https://bugzilla.redhat.com/show_bug.cgi?id=1081435
712866
---
712866
 modules.d/90dm/module-setup.sh | 2 +-
712866
 1 file changed, 1 insertion(+), 1 deletion(-)
712866
712866
diff --git a/modules.d/90dm/module-setup.sh b/modules.d/90dm/module-setup.sh
5c6c2a
index fa38e856..1fd92987 100755
712866
--- a/modules.d/90dm/module-setup.sh
712866
+++ b/modules.d/90dm/module-setup.sh
712866
@@ -13,7 +13,7 @@ depends() {
712866
 
712866
 installkernel() {
712866
     instmods =drivers/md
712866
-    instmods dm_mod
712866
+    instmods dm_mod dm-cache dm-cache-mq dm-cache-cleaner
712866
 }
712866
 
712866
 install() {