[kernel] r12579 - in dists/trunk/linux-2.6/debian: . config

Maximilian Attems maks at alioth.debian.org
Mon Jan 19 23:24:27 UTC 2009


Author: maks
Date: Mon Jan 19 23:24:26 2009
New Revision: 12579

Log:
enable ext4

not only due to popular demand, right it is labeled stable :)
butter has to wait for 2.6.29

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

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Mon Jan 19 23:24:26 2009
@@ -15,7 +15,7 @@
     I2C_NFORCE2_S4985, AT24, SENSORS_AD7414, SENSORS_ADCXX,
     SOC_CAMERA_PLATFORM, VIDEO_SH_MOBILE_CEU, DVB_USB_DW2102, DVB_USB_ANYSEE,
     DVB_SIANO_SMS1XXX, DVB_DRX397XD, MMC_SDHCI_PCI, MMC_SDRICOH_CS,
-    EDAC_I5100, RTC_DRV_M41T94, RTC_DRV_DS1305, UBIFS.
+    EDAC_I5100, RTC_DRV_M41T94, RTC_DRV_DS1305, UBIFS, EXT4. (closes: #512266)
   * [x86] set MOUSE_BCM5974, X86_RESERVE_LOW_64K.
   * [x86_64] set AMD_IOMMU, MTRR_SANITIZER.
   * Add stable release 2.6.28.1

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 19 23:24:26 2009
@@ -1769,10 +1769,11 @@
 CONFIG_EXT3_FS_XATTR=y
 CONFIG_EXT3_FS_POSIX_ACL=y
 CONFIG_EXT3_FS_SECURITY=y
-CONFIG_EXT4DEV_FS=m
-CONFIG_EXT4DEV_FS_XATTR=y
-CONFIG_EXT4DEV_FS_POSIX_ACL=y
-CONFIG_EXT4DEV_FS_SECURITY=y
+CONFIG_EXT4_FS=m
+CONFIG_EXT4DEV_COMPAT=m
+CONFIG_EXT4_FS_XATTR=y
+CONFIG_EXT4_FS_POSIX_ACL=y
+CONFIG_EXT4_FS_SECURITY=y
 # CONFIG_JBD_DEBUG is not set
 # CONFIG_JBD2_DEBUG is not set
 CONFIG_REISERFS_FS=m



More information about the Kernel-svn-changes mailing list