BugLink: http://bugs.launchpad.net/bugs/995163
zcache cannot currently be loaded as a module. However the Kconfig allows it to be built as a module; something that the user probably does not intend since the module is not loadable. This patch switches zcache from a tristate to a bool in the Kconfig Signed-off-by: Seth Jennings <[email protected]> Acked-by: Dan Magenheimer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> (backported from commit bec25dfd850cf92cba894c94d6660fc18d3a7447 upstream) Signed-off-by: Jesse Sung <[email protected]> --- drivers/staging/zcache/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ** Patch added: "0002-staging-zcache-make-zcache-builtin-only.patch" https://bugs.launchpad.net/bugs/995163/+attachment/3136358/+files/0002-staging-zcache-make-zcache-builtin-only.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/995163 Title: zcache should be built-in instead of kernel module To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/995163/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
