b34f487be03c605667a6d30d98427cfc6ad15c39
[lede.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