summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2018-05-28 16:20:57 +0300
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2018-05-28 21:12:38 +0100
commitb2daca274db6d734a20fbe512c9753f945ea56d3 (patch)
treece1b8a87cf36581e063751336eb825d1d563fc6d
parent72df25b4650523cc80978b30ae12f56c5feafa77 (diff)
downloaddrakx-b2daca274db6d734a20fbe512c9753f945ea56d3.tar
drakx-b2daca274db6d734a20fbe512c9753f945ea56d3.tar.gz
drakx-b2daca274db6d734a20fbe512c9753f945ea56d3.tar.bz2
drakx-b2daca274db6d734a20fbe512c9753f945ea56d3.tar.xz
drakx-b2daca274db6d734a20fbe512c9753f945ea56d3.zip
list_modules: add dm-cache + deps
(cherry picked from commit 32236534cb347b4cb720e1384e96c5315a897e72)
-rw-r--r--kernel/list_modules.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index b67a4fe52..6278a03ff 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -289,8 +289,8 @@ our %l = (
# just here for classification, unused categories (nor auto-detect, nor load_thiskind)
{
raid => [
- qw(dm-crypt dm-log dm-log-userspace dm-mirror dm-mod dm-multipath dm-queue-length dm-raid dm-region-hash dm-round-robin),
- qw(dm-service-time dm-snapshot dm-zero faulty linear lvm-mod md-mod multipath md-mod raid0 raid10 raid1 raid456),
+ qw(dm-bio-prison dm-bufio dm-cache dm-crypt dm-log dm-log-userspace dm-mirror dm-mod dm-multipath dm-persistent-data dm-queue-length dm-raid),
+ qw(dm-region-hash dm-round-robindm-service-time dm-snapshot dm-zero faulty linear lvm-mod md-mod multipath md-mod raid0 raid10 raid1 raid456),
# needed by raid456 and dm-raid 456 target
qw(async_memcpy async_pq async_raid6_recov async_tx async_xor raid6_pq xor),
],