]> git.baikalelectronics.ru Git - kernel.git/commit
inet: frags: add __init to ip4_frags_ctl_register
authorFabian Frederick <fabf@skynet.be>
Wed, 1 Oct 2014 17:18:57 +0000 (19:18 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 1 Oct 2014 19:46:19 +0000 (15:46 -0400)
commitd8b0159553eaf59cae18def1bb6cc137b2b2b491
tree2311be71a8f0249d2dc7bfb944da6974a2bed4d1
parent331e39cf412bd1be3028c37e41389cf7f2ee2206
inet: frags: add __init to ip4_frags_ctl_register

ip4_frags_ctl_register is only called by __init ipfrag_init

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ip_fragment.c