1 From f1ca71eca804fb12d9512c1e7e64d9ea0138fc9d Mon Sep 17 00:00:00 2001
2 From: Andreas Monzner <andreas.monzner@dream-property.net>
3 Date: Wed, 2 Sep 2015 14:36:15 +0200
4 Subject: [PATCH] re-enable native ext2/ext3 support because we have sometimes
5 strange recording problems with ext3 filesystems mounted by ext4 driver
8 arch/mips/configs/dm7080_defconfig | 10 +++++++---
9 arch/mips/configs/dm820_defconfig | 10 +++++++---
10 2 files changed, 14 insertions(+), 6 deletions(-)
12 diff --git a/arch/mips/configs/dm7080_defconfig b/arch/mips/configs/dm7080_defconfig
13 index e5abcce..28ceea1 100644
14 --- a/arch/mips/configs/dm7080_defconfig
15 +++ b/arch/mips/configs/dm7080_defconfig
16 @@ -2775,12 +2775,16 @@ CONFIG_IOMMU_SUPPORT=y
20 -# CONFIG_EXT2_FS is not set
21 -# CONFIG_EXT3_FS is not set
23 +# CONFIG_EXT2_FS_XATTR is not set
24 +# CONFIG_EXT2_FS_XIP is not set
26 +CONFIG_EXT3_DEFAULTS_TO_ORDERED=y
27 +# CONFIG_EXT3_FS_XATTR is not set
29 -CONFIG_EXT4_USE_FOR_EXT23=y
30 # CONFIG_EXT4_FS_XATTR is not set
31 # CONFIG_EXT4_DEBUG is not set
35 # CONFIG_REISERFS_CHECK is not set
36 diff --git a/arch/mips/configs/dm820_defconfig b/arch/mips/configs/dm820_defconfig
37 index f8876e3..3ae20fa 100644
38 --- a/arch/mips/configs/dm820_defconfig
39 +++ b/arch/mips/configs/dm820_defconfig
40 @@ -2775,12 +2775,16 @@ CONFIG_IOMMU_SUPPORT=y
44 -# CONFIG_EXT2_FS is not set
45 -# CONFIG_EXT3_FS is not set
47 +# CONFIG_EXT2_FS_XATTR is not set
48 +# CONFIG_EXT2_FS_XIP is not set
50 +CONFIG_EXT3_DEFAULTS_TO_ORDERED=y
51 +# CONFIG_EXT3_FS_XATTR is not set
53 -CONFIG_EXT4_USE_FOR_EXT23=y
54 # CONFIG_EXT4_FS_XATTR is not set
55 # CONFIG_EXT4_DEBUG is not set
59 # CONFIG_REISERFS_CHECK is not set