[kernel] r12650 - dists/trunk/linux-2.6/debian/config

Maximilian Attems maks at alioth.debian.org
Mon Jan 26 22:28:41 UTC 2009


Author: maks
Date: Mon Jan 26 22:28:40 2009
New Revision: 12650

Log:
EXT4DEV_COMPAT is bool and not tristate

fix

Modified:
   dists/trunk/linux-2.6/debian/config/config

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	(original)
+++ dists/trunk/linux-2.6/debian/config/config	Mon Jan 26 22:28:40 2009
@@ -1847,7 +1847,7 @@
 CONFIG_EXT3_FS_POSIX_ACL=y
 CONFIG_EXT3_FS_SECURITY=y
 CONFIG_EXT4_FS=m
-CONFIG_EXT4DEV_COMPAT=m
+CONFIG_EXT4DEV_COMPAT=y
 CONFIG_EXT4_FS_XATTR=y
 CONFIG_EXT4_FS_POSIX_ACL=y
 CONFIG_EXT4_FS_SECURITY=y



More information about the Kernel-svn-changes mailing list