[OpenWrt-Devel] [PATCH 4/6] kernel: enable EXPORTFS by default

Sergey Ryazanov ryazanov.s.a at gmail.com
Mon May 21 05:12:35 EDT 2018


OVERLAY_FS config symbol selects EXPORTFS since 4.12 kernel, we have
OVERLAY_FS enabled by default, so enable EXPORTFS in the generic config
of 4.14 and remove this option from platform specific configs.

Signed-off-by: Sergey Ryazanov <ryazanov.s.a at gmail.com>
---
 target/linux/apm821xx/config-4.14      | 1 -
 target/linux/archs38/config-4.14       | 1 -
 target/linux/ath79/config-4.14         | 1 -
 target/linux/bcm53xx/config-4.14       | 1 -
 target/linux/brcm47xx/config-4.14      | 1 -
 target/linux/brcm63xx/config-4.14      | 1 -
 target/linux/cns3xxx/config-4.14       | 1 -
 target/linux/gemini/config-4.14        | 1 -
 target/linux/generic/config-4.14       | 2 +-
 target/linux/imx6/config-4.14          | 1 -
 target/linux/ipq40xx/config-4.14       | 1 -
 target/linux/kirkwood/config-4.14      | 1 -
 target/linux/lantiq/config-4.14        | 1 -
 target/linux/mediatek/config-4.14      | 1 -
 target/linux/mvebu/config-4.14         | 1 -
 target/linux/octeon/config-4.14        | 1 -
 target/linux/octeontx/config-4.14      | 1 -
 target/linux/omap/config-4.14          | 1 -
 target/linux/pistachio/config-4.14     | 1 -
 target/linux/ramips/mt7620/config-4.14 | 1 -
 target/linux/ramips/mt76x8/config-4.14 | 1 -
 target/linux/ramips/rt288x/config-4.14 | 1 -
 target/linux/ramips/rt3883/config-4.14 | 1 -
 target/linux/sunxi/config-4.14         | 1 -
 target/linux/x86/config-4.14           | 1 -
 25 files changed, 1 insertion(+), 25 deletions(-)

diff --git a/target/linux/apm821xx/config-4.14 b/target/linux/apm821xx/config-4.14
index b8523d1849..06aa760a2e 100644
--- a/target/linux/apm821xx/config-4.14
+++ b/target/linux/apm821xx/config-4.14
@@ -98,7 +98,6 @@ CONFIG_EDAC_ATOMIC_SCRUB=y
 CONFIG_EDAC_SUPPORT=y
 # CONFIG_EIGER is not set
 # CONFIG_EPAPR_BOOT is not set
-CONFIG_EXPORTFS=y
 CONFIG_EXTRA_TARGETS="uImage"
 CONFIG_FIXED_PHY=y
 # CONFIG_FORCE_SMP is not set
diff --git a/target/linux/archs38/config-4.14 b/target/linux/archs38/config-4.14
index 391ce80dc3..d7b62c56b4 100644
--- a/target/linux/archs38/config-4.14
+++ b/target/linux/archs38/config-4.14
@@ -66,7 +66,6 @@ CONFIG_DWMAC_ANARION=y
 # CONFIG_DWMAC_DWC_QOS_ETH is not set
 CONFIG_DWMAC_GENERIC=y
 CONFIG_DW_APB_ICTL=y
-CONFIG_EXPORTFS=y
 CONFIG_EXT4_FS=y
 # CONFIG_EZNPS_GIC is not set
 CONFIG_FIXED_PHY=y
diff --git a/target/linux/ath79/config-4.14 b/target/linux/ath79/config-4.14
index 61f3aea26c..e2c69768ee 100644
--- a/target/linux/ath79/config-4.14
+++ b/target/linux/ath79/config-4.14
@@ -57,7 +57,6 @@ CONFIG_DMA_NONCOHERENT=y
 CONFIG_DTC=y
 CONFIG_EARLY_PRINTK=y
 CONFIG_ETHERNET_PACKET_MANGLE=y
-CONFIG_EXPORTFS=y
 CONFIG_FIXED_PHY=y
 CONFIG_FUTEX_PI=y
 CONFIG_GENERIC_ATOMIC64=y
diff --git a/target/linux/bcm53xx/config-4.14 b/target/linux/bcm53xx/config-4.14
index db49a2de0f..5c22702a19 100644
--- a/target/linux/bcm53xx/config-4.14
+++ b/target/linux/bcm53xx/config-4.14
@@ -131,7 +131,6 @@ CONFIG_DTC=y
 CONFIG_EARLY_PRINTK=y
 CONFIG_EDAC_ATOMIC_SCRUB=y
 CONFIG_EDAC_SUPPORT=y
-CONFIG_EXPORTFS=y
 CONFIG_EXTCON=y
 CONFIG_FIXED_PHY=y
 CONFIG_FIX_EARLYCON_MEM=y
diff --git a/target/linux/brcm47xx/config-4.14 b/target/linux/brcm47xx/config-4.14
index 6e164a726d..47b7f6c940 100644
--- a/target/linux/brcm47xx/config-4.14
+++ b/target/linux/brcm47xx/config-4.14
@@ -67,7 +67,6 @@ CONFIG_CRYPTO_WORKQUEUE=y
 CONFIG_CSRC_R4K=y
 CONFIG_DMA_NONCOHERENT=y
 # CONFIG_EARLY_PRINTK is not set
-CONFIG_EXPORTFS=y
 CONFIG_FIXED_PHY=y
 CONFIG_FUTEX_PI=y
 CONFIG_GENERIC_ATOMIC64=y
diff --git a/target/linux/brcm63xx/config-4.14 b/target/linux/brcm63xx/config-4.14
index 20c3262dd1..8394ead7d6 100644
--- a/target/linux/brcm63xx/config-4.14
+++ b/target/linux/brcm63xx/config-4.14
@@ -76,7 +76,6 @@ CONFIG_CSRC_R4K=y
 CONFIG_DMA_NONCOHERENT=y
 CONFIG_DTC=y
 CONFIG_EARLY_PRINTK=y
-CONFIG_EXPORTFS=y
 CONFIG_FIRMWARE_IN_KERNEL=y
 CONFIG_FIXED_PHY=y
 CONFIG_FUTEX_PI=y
diff --git a/target/linux/cns3xxx/config-4.14 b/target/linux/cns3xxx/config-4.14
index a1673b5f66..7533430610 100644
--- a/target/linux/cns3xxx/config-4.14
+++ b/target/linux/cns3xxx/config-4.14
@@ -98,7 +98,6 @@ CONFIG_EDAC_ATOMIC_SCRUB=y
 CONFIG_EDAC_SUPPORT=y
 CONFIG_EEPROM_AT24=y
 CONFIG_ELF_CORE=y
-CONFIG_EXPORTFS=y
 CONFIG_FIQ=y
 CONFIG_FIXED_PHY=y
 CONFIG_FIX_EARLYCON_MEM=y
diff --git a/target/linux/gemini/config-4.14 b/target/linux/gemini/config-4.14
index 48f37dd13d..d3baf9f765 100644
--- a/target/linux/gemini/config-4.14
+++ b/target/linux/gemini/config-4.14
@@ -147,7 +147,6 @@ CONFIG_ELF_CORE=y
 # CONFIG_EMBEDDED is not set
 # CONFIG_ENABLE_WARN_DEPRECATED is not set
 # CONFIG_EXPERT is not set
-CONFIG_EXPORTFS=y
 CONFIG_EXT4_FS=y
 CONFIG_FARADAY_FTINTC010=y
 CONFIG_FHANDLE=y
diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14
index 032db368b3..e0cc123067 100644
--- a/target/linux/generic/config-4.14
+++ b/target/linux/generic/config-4.14
@@ -1272,7 +1272,7 @@ CONFIG_ETHERNET=y
 # CONFIG_ETHOC is not set
 CONFIG_EVENTFD=y
 CONFIG_EXPERT=y
-# CONFIG_EXPORTFS is not set
+CONFIG_EXPORTFS=y
 # CONFIG_EXPORTFS_BLOCK_OPS is not set
 # CONFIG_EXT2_FS is not set
 # CONFIG_EXT2_FS_XATTR is not set
diff --git a/target/linux/imx6/config-4.14 b/target/linux/imx6/config-4.14
index a08d742031..8b0d07ca56 100644
--- a/target/linux/imx6/config-4.14
+++ b/target/linux/imx6/config-4.14
@@ -172,7 +172,6 @@ CONFIG_E1000E=y
 CONFIG_EDAC_ATOMIC_SCRUB=y
 CONFIG_EDAC_SUPPORT=y
 CONFIG_ENCRYPTED_KEYS=y
-CONFIG_EXPORTFS=y
 CONFIG_EXT4_ENCRYPTION=y
 CONFIG_EXT4_FS=y
 CONFIG_EXT4_FS_ENCRYPTION=y
diff --git a/target/linux/ipq40xx/config-4.14 b/target/linux/ipq40xx/config-4.14
index 5f8283c932..2ab178b50f 100644
--- a/target/linux/ipq40xx/config-4.14
+++ b/target/linux/ipq40xx/config-4.14
@@ -157,7 +157,6 @@ CONFIG_EDAC_ATOMIC_SCRUB=y
 CONFIG_EDAC_SUPPORT=y
 CONFIG_EEPROM_AT24=y
 CONFIG_ESSEDMA=y
-CONFIG_EXPORTFS=y
 CONFIG_EXTCON=y
 CONFIG_FIXED_PHY=y
 CONFIG_FIX_EARLYCON_MEM=y
diff --git a/target/linux/kirkwood/config-4.14 b/target/linux/kirkwood/config-4.14
index 8914ceb764..1abec78c40 100644
--- a/target/linux/kirkwood/config-4.14
+++ b/target/linux/kirkwood/config-4.14
@@ -107,7 +107,6 @@ CONFIG_DTC=y
 # CONFIG_EARLY_PRINTK is not set
 CONFIG_EDAC_ATOMIC_SCRUB=y
 CONFIG_EDAC_SUPPORT=y
-CONFIG_EXPORTFS=y
 CONFIG_EXT4_FS=y
 CONFIG_FIXED_PHY=y
 CONFIG_FIX_EARLYCON_MEM=y
diff --git a/target/linux/lantiq/config-4.14 b/target/linux/lantiq/config-4.14
index 07bc314448..477d4edff2 100644
--- a/target/linux/lantiq/config-4.14
+++ b/target/linux/lantiq/config-4.14
@@ -50,7 +50,6 @@ CONFIG_DTC=y
 # CONFIG_DT_EASY50712 is not set
 CONFIG_EARLY_PRINTK=y
 CONFIG_ETHERNET_PACKET_MANGLE=y
-CONFIG_EXPORTFS=y
 CONFIG_FIXED_PHY=y
 CONFIG_FUTEX_PI=y
 CONFIG_GENERIC_ATOMIC64=y
diff --git a/target/linux/mediatek/config-4.14 b/target/linux/mediatek/config-4.14
index 893cf91e57..1b6e461602 100644
--- a/target/linux/mediatek/config-4.14
+++ b/target/linux/mediatek/config-4.14
@@ -165,7 +165,6 @@ CONFIG_EARLY_PRINTK=y
 CONFIG_EDAC_ATOMIC_SCRUB=y
 CONFIG_EDAC_SUPPORT=y
 CONFIG_ELF_CORE=y
-CONFIG_EXPORTFS=y
 CONFIG_FIXED_PHY=y
 CONFIG_FIX_EARLYCON_MEM=y
 CONFIG_FREEZER=y
diff --git a/target/linux/mvebu/config-4.14 b/target/linux/mvebu/config-4.14
index 80c4b84c87..6d3edfeb45 100644
--- a/target/linux/mvebu/config-4.14
+++ b/target/linux/mvebu/config-4.14
@@ -169,7 +169,6 @@ CONFIG_DTC=y
 CONFIG_EARLY_PRINTK=y
 CONFIG_EDAC_ATOMIC_SCRUB=y
 CONFIG_EDAC_SUPPORT=y
-CONFIG_EXPORTFS=y
 CONFIG_EXT4_FS=y
 CONFIG_EXTCON=y
 # CONFIG_F2FS_CHECK_FS is not set
diff --git a/target/linux/octeon/config-4.14 b/target/linux/octeon/config-4.14
index 964d763274..fd80652e4b 100644
--- a/target/linux/octeon/config-4.14
+++ b/target/linux/octeon/config-4.14
@@ -95,7 +95,6 @@ CONFIG_EARLY_PRINTK=y
 CONFIG_EDAC_ATOMIC_SCRUB=y
 CONFIG_EDAC_SUPPORT=y
 CONFIG_ENABLE_MUST_CHECK=y
-CONFIG_EXPORTFS=y
 CONFIG_EXT4_FS=y
 # CONFIG_F2FS_CHECK_FS is not set
 CONFIG_F2FS_FS=y
diff --git a/target/linux/octeontx/config-4.14 b/target/linux/octeontx/config-4.14
index 759b687469..a8f6df34c8 100644
--- a/target/linux/octeontx/config-4.14
+++ b/target/linux/octeontx/config-4.14
@@ -199,7 +199,6 @@ CONFIG_EDAC_SUPPORT=y
 CONFIG_EDAC_THUNDERX=y
 # CONFIG_EDAC_XGENE is not set
 CONFIG_EEPROM_AT24=y
-CONFIG_EXPORTFS=y
 CONFIG_EXT4_FS=y
 CONFIG_EXT4_FS_POSIX_ACL=y
 # CONFIG_F2FS_CHECK_FS is not set
diff --git a/target/linux/omap/config-4.14 b/target/linux/omap/config-4.14
index bfff0a76ab..d5f8171565 100644
--- a/target/linux/omap/config-4.14
+++ b/target/linux/omap/config-4.14
@@ -223,7 +223,6 @@ CONFIG_DTC=y
 CONFIG_EDAC_ATOMIC_SCRUB=y
 CONFIG_EDAC_SUPPORT=y
 CONFIG_EEPROM_93CX6=y
-CONFIG_EXPORTFS=y
 CONFIG_EXT2_FS=y
 CONFIG_EXT3_FS=y
 # CONFIG_EXT3_FS_POSIX_ACL is not set
diff --git a/target/linux/pistachio/config-4.14 b/target/linux/pistachio/config-4.14
index 92b1154314..a5abcb5d36 100644
--- a/target/linux/pistachio/config-4.14
+++ b/target/linux/pistachio/config-4.14
@@ -86,7 +86,6 @@ CONFIG_DTC=y
 CONFIG_DWMAC_GENERIC=y
 CONFIG_EARLY_PRINTK=y
 CONFIG_EARLY_PRINTK_8250=y
-CONFIG_EXPORTFS=y
 CONFIG_EXT4_FS=y
 CONFIG_EXT4_FS_POSIX_ACL=y
 CONFIG_EXT4_FS_SECURITY=y
diff --git a/target/linux/ramips/mt7620/config-4.14 b/target/linux/ramips/mt7620/config-4.14
index 15536ec9de..901245e091 100644
--- a/target/linux/ramips/mt7620/config-4.14
+++ b/target/linux/ramips/mt7620/config-4.14
@@ -59,7 +59,6 @@ CONFIG_DTB_RT_NONE=y
 # CONFIG_DTB_VOCORE2 is not set
 CONFIG_DTC=y
 CONFIG_EARLY_PRINTK=y
-CONFIG_EXPORTFS=y
 CONFIG_FIXED_PHY=y
 CONFIG_FUTEX_PI=y
 CONFIG_GENERIC_ATOMIC64=y
diff --git a/target/linux/ramips/mt76x8/config-4.14 b/target/linux/ramips/mt76x8/config-4.14
index 99aa795837..6e4b22f3d6 100644
--- a/target/linux/ramips/mt76x8/config-4.14
+++ b/target/linux/ramips/mt76x8/config-4.14
@@ -59,7 +59,6 @@ CONFIG_DTB_RT_NONE=y
 # CONFIG_DTB_VOCORE2 is not set
 CONFIG_DTC=y
 CONFIG_EARLY_PRINTK=y
-CONFIG_EXPORTFS=y
 CONFIG_FIXED_PHY=y
 CONFIG_FUTEX_PI=y
 CONFIG_GENERIC_ATOMIC64=y
diff --git a/target/linux/ramips/rt288x/config-4.14 b/target/linux/ramips/rt288x/config-4.14
index 12555fe195..feaf6ed347 100644
--- a/target/linux/ramips/rt288x/config-4.14
+++ b/target/linux/ramips/rt288x/config-4.14
@@ -53,7 +53,6 @@ CONFIG_DMA_NONCOHERENT=y
 CONFIG_DTB_RT_NONE=y
 CONFIG_DTC=y
 CONFIG_EARLY_PRINTK=y
-CONFIG_EXPORTFS=y
 CONFIG_FIXED_PHY=y
 CONFIG_FUTEX_PI=y
 CONFIG_GENERIC_ATOMIC64=y
diff --git a/target/linux/ramips/rt3883/config-4.14 b/target/linux/ramips/rt3883/config-4.14
index 5db1c91654..3ee36419fb 100644
--- a/target/linux/ramips/rt3883/config-4.14
+++ b/target/linux/ramips/rt3883/config-4.14
@@ -56,7 +56,6 @@ CONFIG_DTB_RT_NONE=y
 CONFIG_DTC=y
 CONFIG_EARLY_PRINTK=y
 CONFIG_ETHERNET_PACKET_MANGLE=y
-CONFIG_EXPORTFS=y
 CONFIG_FIXED_PHY=y
 CONFIG_FUTEX_PI=y
 CONFIG_GENERIC_ATOMIC64=y
diff --git a/target/linux/sunxi/config-4.14 b/target/linux/sunxi/config-4.14
index 7248eed7ca..7ff3d16162 100644
--- a/target/linux/sunxi/config-4.14
+++ b/target/linux/sunxi/config-4.14
@@ -164,7 +164,6 @@ CONFIG_ELF_CORE=y
 # CONFIG_EMBEDDED is not set
 CONFIG_ENABLE_MUST_CHECK=y
 # CONFIG_ENABLE_WARN_DEPRECATED is not set
-CONFIG_EXPORTFS=y
 CONFIG_EXT4_FS=y
 CONFIG_EXTCON=y
 # CONFIG_F2FS_CHECK_FS is not set
diff --git a/target/linux/x86/config-4.14 b/target/linux/x86/config-4.14
index f09291f181..d2de12902b 100644
--- a/target/linux/x86/config-4.14
+++ b/target/linux/x86/config-4.14
@@ -129,7 +129,6 @@ CONFIG_EDAC_ATOMIC_SCRUB=y
 CONFIG_EDAC_SUPPORT=y
 # CONFIG_EDD is not set
 # CONFIG_EUROTECH_WDT is not set
-CONFIG_EXPORTFS=y
 CONFIG_EXT4_FS=y
 # CONFIG_F2FS_CHECK_FS is not set
 CONFIG_F2FS_FS=y
-- 
2.16.1


_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
http://lists.infradead.org/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list