]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
dccp Remove inet_hashinfo2_init_mod().
authorKuniyuki Iwashima <kuniyu@google.com>
Sun, 1 Mar 2026 06:37:55 +0000 (06:37 +0000)
committerJakub Kicinski <kuba@kernel.org>
Tue, 3 Mar 2026 02:50:28 +0000 (18:50 -0800)
commit425e080a1c34859395efcc377efead05dc6fae3b
tree942a353af2ff9959e5bea43d07bf45b29efb04e5
parentcd994652225f8758cb1e5c9dd879320dcf7ce4e5
dccp Remove inet_hashinfo2_init_mod().

Commit c92c81df93df ("net: dccp: fix kernel crash on module load")
added inet_hashinfo2_init_mod() for DCCP.

Commit 22d6c9eebf2e ("net: Unexport shared functions for DCCP.")
removed EXPORT_SYMBOL_GPL() it but forgot to remove the function
itself.

Let's remove inet_hashinfo2_init_mod().

Signed-off-by: Kuniyuki Iwashima <kuniyu@google.com>
Link: https://patch.msgid.link/20260301063756.1581685-1-kuniyu@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/inet_hashtables.h
net/ipv4/inet_hashtables.c