remove CONFIG_KMOD from fs
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 9 Jul 2008 08:28:40 +0000 (10:28 +0200)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 16 Oct 2008 15:38:36 +0000 (02:38 +1100)
commit5f4123be3cdb1dbd77fa9d6d2bb96bb9689a0a19
treee636c2ae7d5a5459f4f4625d44754737f45a984f
parenta65e5d782f9db2a61a914dc01a329e0c2dcf92a1
remove CONFIG_KMOD from fs

Just always compile the code when the kernel is modular.
Convert load_nls to use try_then_request_module to tidy
up the code.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
fs/char_dev.c
fs/exec.c
fs/nls/nls_base.c