xfrm: constify mark argument of xfrm_find_acq()
authorMathias Krause <minipli@googlemail.com>
Wed, 26 Jun 2013 21:56:58 +0000 (23:56 +0200)
committerSteffen Klassert <steffen.klassert@secunet.com>
Mon, 5 Aug 2013 09:13:53 +0000 (11:13 +0200)
commite473fcb472574de978e47f980aeca510020a1286
tree3ff2448d30ed7aee77d04258d032712a09b37f8e
parent5ca5461c3ee8b306c04ac833e5eacb5755b85d88
xfrm: constify mark argument of xfrm_find_acq()

The mark argument is read only, so constify it. Also make dummy_mark in
af_key const -- only used as dummy argument for this very function.

Signed-off-by: Mathias Krause <minipli@googlemail.com>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
include/net/xfrm.h
net/key/af_key.c
net/xfrm/xfrm_state.c
This page took 0.02485 seconds and 5 git commands to generate.