gdb: update to 8.0.1
[openadk.git] / target / linux / patches / 3.4.113 / defaults.patch
blob58aae610bd7c07bf625a0cab828ade7bb6560977
1 diff -Nur linux-3.0.4.orig/fs/Kconfig linux-3.0.4/fs/Kconfig
2 --- linux-3.0.4.orig/fs/Kconfig 2011-08-29 22:56:30.000000000 +0200
3 +++ linux-3.0.4/fs/Kconfig 2011-10-15 22:08:44.000000000 +0200
4 @@ -47,7 +47,7 @@
5 def_bool n
7 config EXPORTFS
8 - tristate
9 + def_bool y
11 config FILE_LOCKING
12 bool "Enable POSIX file locking API" if EXPERT
13 diff -Nur linux-3.0.4.orig/fs/notify/Kconfig linux-3.0.4/fs/notify/Kconfig
14 --- linux-3.0.4.orig/fs/notify/Kconfig 2011-08-29 22:56:30.000000000 +0200
15 +++ linux-3.0.4/fs/notify/Kconfig 2011-10-15 22:02:00.000000000 +0200
16 @@ -1,5 +1,5 @@
17 config FSNOTIFY
18 - def_bool n
19 + def_bool y
21 source "fs/notify/dnotify/Kconfig"
22 source "fs/notify/inotify/Kconfig"