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)
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>

No differences found