summaryrefslogtreecommitdiffstats
path: root/config-generic
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2013-05-10 11:00:07 -0400
committerJosh Boyer <jwboyer@redhat.com>2013-05-10 11:00:07 -0400
commit3efff9b4299f73212c14142d9e479285916c6be6 (patch)
tree233bf8019ded7607c1c481b06164c404e1023e5f /config-generic
parentd96b81ac0626bd30f5349584d206a5031aaf865b (diff)
downloadkernel-3efff9b4299f73212c14142d9e479285916c6be6.tar.gz
kernel-3efff9b4299f73212c14142d9e479285916c6be6.tar.xz
kernel-3efff9b4299f73212c14142d9e479285916c6be6.zip
Switch the loop driver to a module and change to doing on-demand creation
(rhbz 896160) - Disable CRYPTOLOOP as F18 util-linux is the last to support it (rhbz 896160)
Diffstat (limited to 'config-generic')
-rw-r--r--config-generic7
1 files changed, 4 insertions, 3 deletions
diff --git a/config-generic b/config-generic
index d1917dec7..be44f64c7 100644
--- a/config-generic
+++ b/config-generic
@@ -302,9 +302,10 @@ CONFIG_CISS_SCSI_TAPE=y
CONFIG_BLK_DEV_DAC960=m
CONFIG_BLK_DEV_DRBD=m
CONFIG_BLK_DEV_UMEM=m
-CONFIG_BLK_DEV_LOOP=y
-CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
-CONFIG_BLK_DEV_CRYPTOLOOP=m
+CONFIG_BLK_DEV_LOOP=m
+CONFIG_BLK_DEV_LOOP_MIN_COUNT=0
+# Fedora 18 util-linux is the last release that supports cryptoloop devices
+# CONFIG_BLK_DEV_CRYPTOLOOP is not set
CONFIG_BLK_DEV_NBD=m
CONFIG_BLK_DEV_NVME=m
CONFIG_BLK_DEV_OSD=m