* debian/changelog: Update.

* debian/config/config
  - Set EXT4_USE_FOR_EXT23.
  - Unset EXT2_FS, EXT3_FS.
* debian/config/kernelarch-mips/config, debian/config/m68k/config:
  Remove overrides.

svn path=/dists/trunk/linux/; revision=20606
This commit is contained in:
Bastian Blank 2013-09-11 19:46:34 +00:00
parent 02c23408ec
commit dd10090e07
4 changed files with 4 additions and 36 deletions

1
debian/changelog vendored
View File

@ -56,6 +56,7 @@ linux (3.11-1~exp1) UNRELEASED; urgency=low
* Make gcc-4.8 the default compiler.
* Use default font selection.
* Enable NFS 4.2 client support.
* Use ext4 for all ext-variants.
-- Ben Hutchings <ben@decadent.org.uk> Sun, 01 Sep 2013 18:45:47 +0100

13
debian/config/config vendored
View File

@ -3972,25 +3972,18 @@ CONFIG_EXOFS_FS=m
##
## file: fs/ext2/Kconfig
##
CONFIG_EXT2_FS=m
CONFIG_EXT2_FS_XATTR=y
CONFIG_EXT2_FS_POSIX_ACL=y
CONFIG_EXT2_FS_SECURITY=y
# CONFIG_EXT2_FS_XIP is not set
# CONFIG_EXT2_FS is not set
##
## file: fs/ext3/Kconfig
##
CONFIG_EXT3_FS=m
CONFIG_EXT3_DEFAULTS_TO_ORDERED=y
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
# CONFIG_EXT3_FS is not set
##
## file: fs/ext4/Kconfig
##
CONFIG_EXT4_FS=m
CONFIG_EXT4_USE_FOR_EXT23=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
# CONFIG_EXT4_DEBUG is not set

View File

@ -19,19 +19,8 @@ CONFIG_BLK_DEV_SD=y
##
# CONFIG_VGA_CONSOLE is not set
##
## file: fs/ext2/Kconfig
##
# CONFIG_EXT2_FS is not set
##
## file: fs/ext3/Kconfig
##
# CONFIG_EXT3_FS is not set
##
## file: fs/ext4/Kconfig
##
CONFIG_EXT4_FS=y
CONFIG_EXT4_USE_FOR_EXT23=y

View File

@ -666,21 +666,6 @@ CONFIG_BINFMT_MISC=m
##
# CONFIG_EXOFS_FS is not set
##
## file: fs/ext2/Kconfig
##
# CONFIG_EXT2_FS_SECURITY is not set
##
## file: fs/ext3/Kconfig
##
# CONFIG_EXT3_FS_SECURITY is not set
##
## file: fs/ext4/Kconfig
##
# CONFIG_EXT4_FS_SECURITY is not set
##
## file: fs/f2fs/Kconfig
##