]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit0d72aafa245d52cbde8e441f43e2745437fe52cc
treefb1c912e8cb1867216f30d0c34f3b1f5427896ac
parentcdacbd66b473b6d6dc33ba6de0b4888437329cd5
[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