]> asedeno.scripts.mit.edu Git - linux.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)
commitaff669bc286eb3a459acb6e192ae7d2adc3967a3
treec02d2ad1e602a2a6286d8c035985c167b9eaca16
parent855dad99c07434065c0f21be6185e9cd8a6daab0
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