exportfs-boolean.patch 346 B

123456789101112
  1. diff -Nur linux-3.10.30.orig/fs/Kconfig linux-3.10.30/fs/Kconfig
  2. --- linux-3.10.30.orig/fs/Kconfig 2014-02-13 22:48:15.000000000 +0100
  3. +++ linux-3.10.30/fs/Kconfig 2014-05-19 20:41:23.637038598 +0200
  4. @@ -51,7 +51,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