From: Mathias Krause Date: Wed, 26 Jun 2013 21:56:58 +0000 (+0200) Subject: xfrm: constify mark argument of xfrm_find_acq() X-Git-Tag: v3.12-rc1~132^2~199^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e473fcb472574de978e47f980aeca510020a1286;p=pandora-kernel.git 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 Cc: "David S. Miller" Cc: Herbert Xu Signed-off-by: Steffen Klassert --- Reading git-diff-tree failed