defaults.patch 774 B

1234567891011121314151617181920212223242526
  1. diff -Nur linux-2.6.39.orig/fs/Kconfig linux-2.6.39/fs/Kconfig
  2. --- linux-2.6.39.orig/fs/Kconfig 2011-05-19 06:06:34.000000000 +0200
  3. +++ linux-2.6.39/fs/Kconfig 2011-08-08 20:33:22.618014757 +0200
  4. @@ -44,10 +44,10 @@
  5. # this symbol for ifdefs in core code.
  6. #
  7. config FS_POSIX_ACL
  8. - def_bool n
  9. + def_bool y
  10. config EXPORTFS
  11. - bool
  12. + def_bool y
  13. config FILE_LOCKING
  14. bool "Enable POSIX file locking API" if EXPERT
  15. diff -Nur linux-2.6.39.orig/fs/notify/Kconfig linux-2.6.39/fs/notify/Kconfig
  16. --- linux-2.6.39.orig/fs/notify/Kconfig 2011-05-19 06:06:34.000000000 +0200
  17. +++ linux-2.6.39/fs/notify/Kconfig 2011-08-08 20:33:38.328017344 +0200
  18. @@ -1,5 +1,5 @@
  19. config FSNOTIFY
  20. - def_bool n
  21. + def_bool y
  22. source "fs/notify/dnotify/Kconfig"
  23. source "fs/notify/inotify/Kconfig"