xfrm: Mark flowi arg to xfrm_selector_match() const.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller
2011-02-22 18:07:39 -08:00
parent 1744a8fe09
commit e1ad2ab2cf
2 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -843,7 +843,8 @@ __be16 xfrm_flowi_dport(const struct flowi *fl)
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