[Libguestfs] [PATCH supermin 4/5] init: Drop mbcache.ko.

Richard W.M. Jones rjones at redhat.com
Thu Mar 17 10:07:38 UTC 2016


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 f222bb8..730f806 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




More information about the Libguestfs mailing list