Commit 22cccb7e authored by David S. Miller's avatar David S. Miller

xfrm: Const'ify ptr args to xfrm_policy_ok.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7db454b9
...@@ -1956,7 +1956,7 @@ xfrm_state_ok(const struct xfrm_tmpl *tmpl, const struct xfrm_state *x, ...@@ -1956,7 +1956,7 @@ xfrm_state_ok(const struct xfrm_tmpl *tmpl, const struct xfrm_state *x,
* Otherwise "-2 - errored_index" is returned. * Otherwise "-2 - errored_index" is returned.
*/ */
static inline int static inline int
xfrm_policy_ok(struct xfrm_tmpl *tmpl, struct sec_path *sp, int start, xfrm_policy_ok(const struct xfrm_tmpl *tmpl, const struct sec_path *sp, int start,
unsigned short family) unsigned short family)
{ {
int idx = start; int idx = start;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment