]> git.baikalelectronics.ru Git - kernel.git/commit
xfrm_policy: kill flow to policy dir conversion
authorFlorian Westphal <fw@strlen.de>
Mon, 17 Jul 2017 11:57:23 +0000 (13:57 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Jul 2017 18:13:41 +0000 (11:13 -0700)
commitff06cc61f8d097b6bfb47dd3def3f458bfb37d23
treec02d2ad1e602a2a6286d8c035985c167b9eaca16
parent4ae8fd6b741cc89c81b923e5630491573f561b83
xfrm_policy: kill flow to policy dir conversion

XFRM_POLICY_IN/OUT/FWD are identical to FLOW_DIR_*, so gcc already
removed this function as its just returns the argument.  Again, no
code change.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/xfrm/xfrm_policy.c