From 2188660f2dcd9f992406c195287238baf954b315 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 15 Jan 2009 15:11:14 +0000 Subject: [PATCH] * CONFIG_LSF should be set on i686, otherwise ext4 can't even mount filesystems created by mkfs.ext4 with default options. svn path=/nixpkgs/trunk/; revision=13777 --- pkgs/os-specific/linux/kernel/config-2.6.28-i686-smp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/os-specific/linux/kernel/config-2.6.28-i686-smp b/pkgs/os-specific/linux/kernel/config-2.6.28-i686-smp index b85202523da..0e2cfc2fe06 100644 --- a/pkgs/os-specific/linux/kernel/config-2.6.28-i686-smp +++ b/pkgs/os-specific/linux/kernel/config-2.6.28-i686-smp @@ -147,7 +147,7 @@ CONFIG_STOP_MACHINE=y CONFIG_BLOCK=y CONFIG_LBD=y # CONFIG_BLK_DEV_IO_TRACE is not set -# CONFIG_LSF is not set +CONFIG_LSF=y # CONFIG_BLK_DEV_BSG is not set CONFIG_BLK_DEV_INTEGRITY=y