[kernel] r18735 - in dists/sid/linux-2.6/debian: . config/m68k

Bastian Blank waldi at alioth.debian.org
Sat Feb 25 18:27:08 UTC 2012


Author: waldi
Date: Sat Feb 25 18:27:07 2012
New Revision: 18735

Log:
[m68k] Use ext4 for all ext-variants

* debian/changelog: Update.
* debian/config/m68k/config
  - Disable EXT2_FS and EXT3_FS.
  - Set EXT4_FS and EXT4_USE_FOR_EXT23.

Modified:
   dists/sid/linux-2.6/debian/changelog
   dists/sid/linux-2.6/debian/config/m68k/config

Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	Thu Feb 23 00:04:35 2012	(r18734)
+++ dists/sid/linux-2.6/debian/changelog	Sat Feb 25 18:27:07 2012	(r18735)
@@ -25,7 +25,7 @@
 
   [ Bastian Blank ]
   * Don't advertise Xen support for rt images. (closes: #659988)
-  * [mips,mipsel] Use ext4 for all ext-variants. (closes: #660446)
+  * [m68k,mips,mipsel] Use ext4 for all ext-variants. (closes: #660446)
   * [m68k,mips,mipsel] Don't built-in ramdisk support.
   * [hppa,mips,mipsel] Don't built-in cramfs support.
   * [alpha,hppa] Don't built-in ext2.

Modified: dists/sid/linux-2.6/debian/config/m68k/config
==============================================================================
--- dists/sid/linux-2.6/debian/config/m68k/config	Thu Feb 23 00:04:35 2012	(r18734)
+++ dists/sid/linux-2.6/debian/config/m68k/config	Sat Feb 25 18:27:07 2012	(r18735)
@@ -192,12 +192,18 @@
 ##
 ## file: fs/ext2/Kconfig
 ##
-CONFIG_EXT2_FS=y
+# CONFIG_EXT2_FS is not set
 
 ##
 ## file: fs/ext3/Kconfig
 ##
-CONFIG_EXT3_FS=y
+# CONFIG_EXT3_FS is not set
+
+##
+## file: fs/ext4/Kconfig
+##
+CONFIG_EXT4_FS=y
+CONFIG_EXT4_USE_FOR_EXT23=y
 
 ##
 ## file: fs/freevxfs/Kconfig



More information about the Kernel-svn-changes mailing list