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

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