]> bbs.cooldavid.org Git - net-next-2.6.git/commit - net/netfilter/ipvs/ip_vs_ctl.c
ipvs: Annotate init functions with __init
authorSven Wegener <sven.wegener@stealer.net>
Sun, 10 Aug 2008 18:24:35 +0000 (18:24 +0000)
committerSven Wegener <sven.wegener@stealer.net>
Mon, 11 Aug 2008 09:46:18 +0000 (11:46 +0200)
commit048cf48b897bcae9e6fa8b46b6976dab5e710e3c
tree444c1c2164892286d1d3005f0ec1d0c44dd9d58f
parentd149ccc9cf85cdf089c1b2189ade111305712b0c
ipvs: Annotate init functions with __init

Being able to discard these functions saves a couple of bytes at runtime. The
cleanup functions can't be annotated with __exit as they are also called from
init functions.

Signed-off-by: Sven Wegener <sven.wegener@stealer.net>
Acked-by: Simon Horman <horms@verge.net.au>
net/ipv4/ipvs/ip_vs_app.c
net/ipv4/ipvs/ip_vs_conn.c
net/ipv4/ipvs/ip_vs_ctl.c
net/ipv4/ipvs/ip_vs_proto.c