[generic] backport upstream commit e1738bd9cecc5c867b0e2996470c1ff20f66ba79 to affect...
[openwrt.git] / target / linux / generic / patches-2.6.39 / 030-exportfs_tristate.patch
1 --- a/fs/Kconfig
2 +++ b/fs/Kconfig
3 @@ -47,7 +47,7 @@ config FS_POSIX_ACL
4         def_bool n
5  
6  config EXPORTFS
7 -       bool
8 +       tristate
9  
10  config FILE_LOCKING
11         bool "Enable POSIX file locking API" if EXPERT