commit | e33f770426674a565a188042caf3f974f8b3722d | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Feb 22 18:13:15 2011 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 22 18:13:15 2011 -0800 |
tree | 6ee309a1cbccec1cef9972fc6c8f8d9b280978f5 | |
parent | e1ad2ab2cf0cabcd81861e2c61870fc27bb27ded [diff] [blame] |
xfrm: Mark flowi arg to security_xfrm_state_pol_flow_match() const. Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/security/capability.c b/security/capability.c index 2a5df2b..b8eeaee 100644 --- a/security/capability.c +++ b/security/capability.c
@@ -760,7 +760,7 @@ static int cap_xfrm_state_pol_flow_match(struct xfrm_state *x, struct xfrm_policy *xp, - struct flowi *fl) + const struct flowi *fl) { return 1; }