commit | e1ad2ab2cf0cabcd81861e2c61870fc27bb27ded | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Feb 22 18:07:39 2011 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 22 18:07:39 2011 -0800 |
tree | 052495802067a0b1aa2513af867c57bb954c6fe3 | |
parent | 1744a8fe09e5db7315a57da52fa7c1afa779cfa0 [diff] [blame] |
xfrm: Mark flowi arg to xfrm_selector_match() const. Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/include/net/xfrm.h b/include/net/xfrm.h index 2328532..b965ad7 100644 --- a/include/net/xfrm.h +++ b/include/net/xfrm.h
@@ -843,7 +843,8 @@ return port; } -extern int xfrm_selector_match(struct xfrm_selector *sel, struct flowi *fl, +extern int xfrm_selector_match(struct xfrm_selector *sel, + const struct flowi *fl, unsigned short family); #ifdef CONFIG_SECURITY_NETWORK_XFRM