From 4a7126e793106065d5a5150a3f856e1959197ffa Mon Sep 17 00:00:00 2001 From: Joanna Rutkowska Date: Wed, 16 Jun 2010 12:45:24 +0200 Subject: [PATCH] config: CONFIG_LOOP=y (instead of =m) We pass max_loop=255 via kernel argument, so for this to work the loop device must be compiled in. --- config-xenlinux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-xenlinux b/config-xenlinux index 99ee57f..90ffb24 100644 --- a/config-xenlinux +++ b/config-xenlinux @@ -1323,7 +1323,7 @@ CONFIG_CISS_SCSI_TAPE=y CONFIG_BLK_DEV_DAC960=m CONFIG_BLK_DEV_UMEM=m # CONFIG_BLK_DEV_COW_COMMON is not set -CONFIG_BLK_DEV_LOOP=m +CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_CRYPTOLOOP=m CONFIG_BLK_DEV_DRBD=m # CONFIG_DRBD_FAULT_INJECTION is not set