net: Deinline __nlmsg_put and genlmsg_put. -7k code on i386 defconfig.
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 30 Jan 2012 20:22:06 +0000 (15:22 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 30 Jan 2012 20:22:06 +0000 (15:22 -0500)
commita46621a3a8f24557201a7ef62de151c812f8985c
tree9701dd51e082d600ce4b69ee4773805630ab0ada
parent5de658f878d49e952d7b3f3f26a396132829f513
net: Deinline __nlmsg_put and genlmsg_put. -7k code on i386 defconfig.

   text    data     bss     dec     hex filename
8455963  532732 1810804 10799499 a4c98b vmlinux.o.before
8448899  532732 1810804 10792435 a4adf3 vmlinux.o

This change also removes commented-out copy of __nlmsg_put
which was last touched in 2005 with "Enable once all users
have been converted" comment on top.

Changes in v2: rediffed against net-next.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netlink.h
include/net/genetlink.h
include/net/netlink.h
net/netlink/af_netlink.c
net/netlink/genetlink.c