xfrm: Mark flowi arg to ->init_tempsel() const.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller
2011-02-22 17:51:44 -08:00
parent 0c7b3eefb4
commit 73e5ebb20f
3 changed files with 4 additions and 3 deletions

View File

@ -20,7 +20,7 @@
#include <net/addrconf.h>
static void
__xfrm6_init_tempsel(struct xfrm_selector *sel, struct flowi *fl)
__xfrm6_init_tempsel(struct xfrm_selector *sel, const struct flowi *fl)
{
/* Initialize temporary selector matching only
* to current session. */