defaults.patch 691 B

12345678910111213141516171819202122
  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
  6. config EXPORTFS
  7. - tristate
  8. + def_bool y
  9. config FILE_LOCKING
  10. bool "Enable POSIX file locking API" if EXPERT
  11. diff -Nur linux-3.0.4.orig/fs/notify/Kconfig linux-3.0.4/fs/notify/Kconfig
  12. --- linux-3.0.4.orig/fs/notify/Kconfig 2011-08-29 22:56:30.000000000 +0200
  13. +++ linux-3.0.4/fs/notify/Kconfig 2011-10-15 22:02:00.000000000 +0200
  14. @@ -1,5 +1,5 @@
  15. config FSNOTIFY
  16. - def_bool n
  17. + def_bool y
  18. source "fs/notify/dnotify/Kconfig"
  19. source "fs/notify/inotify/Kconfig"