Re: [PATCH] Deinline __nlmsg_put and genlmsg_put. -7k code on i386 defconfig
From: David Miller <davem@davemloft.net>
Date: 2012-01-30 18:11:09
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2012-01-30 18:11:09
Also in:
lkml
From: Denys Vlasenko <redacted> Date: Sun, 29 Jan 2012 20:02:43 +0100
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. text data bss dec hex filename 8453183 533115 1810804 10797102 a4c02e vmlinux.o.before 8446103 533115 1810804 10790022 a4a486 vmlinux.o Signed-off-by: Denys Vlasenko <redacted>
This doesn't apply to net-next, it appears it was corrupted by your email client:
-static __inline__ struct nlmsghdr * -__nlmsg_put(struct sk_buff *skb, u32 pid, u32 seq, int type, int len, -int flags)
It appears to have chopped up a long line here, for example.