kernel: exportfs: reallow building as a module
authorHauke Mehrtens <hauke@hauke-m.de>
Wed, 25 May 2011 20:57:13 +0000 (20:57 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Wed, 25 May 2011 20:57:13 +0000 (20:57 +0000)
commit6f7ae75ffadd5d0ed06fce73f27b44bad81dfd14
tree715861faeb5264a23003e1d1762efe9e16793a9b
parent6769216a6490f7422294d3b5ae679403156ffbb5
kernel: exportfs: reallow building as a module

It was originally tristate, but was changed to bool to prevent a build
breakage in an earlier patch revision (for a new syscall). The actual
commit[1] changed it in a way this isn't needed anymore, but
accidentially left the EXPORTFS change in. There's no reason for it
not being buildable as a module, so changing it back to tristate is
fine.

see: https://patchwork.kernel.org/patch/812832/

Thank you Jonas Gorski for the patch.

SVN-Revision: 27011
target/linux/generic/patches-2.6.39/030-exportfs_tristate.patch [new file with mode: 0644]