32 lines
940 B
Diff
32 lines
940 B
Diff
|
From 77dc4c9a79fc3e4ef359f57c03a91941bbd3b067 Mon Sep 17 00:00:00 2001
|
||
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
||
|
Date: Thu, 17 Mar 2016 09:48:55 +0000
|
||
|
Subject: [PATCH 7/9] init: Drop mbcache.ko.
|
||
|
|
||
|
This module is described as "Filesystem Meta Information Block Cache
|
||
|
(mbcache). The mbcache caches blocks of block devices that need to be
|
||
|
located by their device/block number, as well as by other criteria
|
||
|
(such as the block's contents)."
|
||
|
|
||
|
It is compiled into the kernel in Fedora, and if it is required on
|
||
|
other distros then it should be pulled in by module dependencies.
|
||
|
---
|
||
|
src/ext2_initrd.ml | 1 -
|
||
|
1 file changed, 1 deletion(-)
|
||
|
|
||
|
diff --git a/src/ext2_initrd.ml b/src/ext2_initrd.ml
|
||
|
index 80b8b05..284f528 100644
|
||
|
--- a/src/ext2_initrd.ml
|
||
|
+++ b/src/ext2_initrd.ml
|
||
|
@@ -46,7 +46,6 @@ let kmods = [
|
||
|
"sym53c8xx.ko*";
|
||
|
"ata_piix.ko*";
|
||
|
"sr_mod.ko*";
|
||
|
- "mbcache.ko*";
|
||
|
"crc*.ko*";
|
||
|
"libcrc*.ko*";
|
||
|
"ibmvscsic.ko*";
|
||
|
--
|
||
|
2.5.0
|
||
|
|