dect
/
linux-2.6
Archived
13
0
Fork 0

xfrm: Const'ify policy arg to xp_net.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2011-02-24 01:25:19 -05:00
parent f299d557cb
commit 63eb23f5d8
1 changed files with 1 additions and 1 deletions

View File

@ -506,7 +506,7 @@ struct xfrm_policy {
struct xfrm_tmpl xfrm_vec[XFRM_MAX_DEPTH];
};
static inline struct net *xp_net(struct xfrm_policy *xp)
static inline struct net *xp_net(const struct xfrm_policy *xp)
{
return read_pnet(&xp->xp_net);
}