summaryrefslogtreecommitdiff
path: root/target/arm/cubox-i/patches/3.10.30/exportfs-boolean.patch
blob: 39b5e1adc2f78fa9afa862cbb5e70be558716049 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -Nur linux-3.10.30.orig/fs/Kconfig linux-3.10.30/fs/Kconfig
--- linux-3.10.30.orig/fs/Kconfig	2014-02-13 22:48:15.000000000 +0100
+++ linux-3.10.30/fs/Kconfig	2014-05-19 20:41:23.637038598 +0200
@@ -51,7 +51,7 @@
 	def_bool n
 
 config EXPORTFS
-	tristate
+	def_bool y
 
 config FILE_LOCKING
 	bool "Enable POSIX file locking API" if EXPERT