Blame SOURCES/0155-dm-add-dm-cache-modules.patch

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