diff options
author | Daniel Borkmann <daniel@iogearbox.net> | 2015-02-20 00:53:39 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-02-20 17:38:10 -0500 |
commit | 6dd0c1655be26345960a6bae574c7dc4648611d3 (patch) | |
tree | 399b7b1a73b7bbf15cb871fe00fb01fa02b3af16 /lib/usercopy.c | |
parent | eb6d1abf1bd8bf1beb45b5401c8324bdb8f893c4 (diff) | |
download | op-kernel-dev-6dd0c1655be26345960a6bae574c7dc4648611d3.zip op-kernel-dev-6dd0c1655be26345960a6bae574c7dc4648611d3.tar.gz |
rhashtable: allow to unload test module
There's no good reason why to disallow unloading of the rhashtable
test case module.
Commit 9d6dbe1bbaf8 moved the code from a boot test into a stand-alone
module, but only converted the subsys_initcall() handler into a
module_init() function without a related exit handler, and thus
preventing the test module from unloading.
Fixes: 9d6dbe1bbaf8 ("rhashtable: Make selftest modular")
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib/usercopy.c')
0 files changed, 0 insertions, 0 deletions