[XFRM] netlink: Inline attach_encap_tmpl(), attach_sec_ctx(), and attach_one_addr()
authorThomas Graf <tgraf@suug.ch>
Thu, 6 Sep 2007 10:28:08 +0000 (03:28 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:48:26 +0000 (16:48 -0700)
commitfd21150a0fe10c504160db359a4eb425576f6e7d
treefb1c912e8cb1867216f30d0c34f3b1f5427896ac
parent15901a2746e6a2dbe03043609f1575c2bcf726e8
[XFRM] netlink: Inline attach_encap_tmpl(), attach_sec_ctx(), and attach_one_addr()

These functions are only used once and are a lot easier to understand if
inlined directly into the function.

Fixes by Masahide NAKAMURA.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/xfrm/xfrm_user.c