projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6c2e61
)
xfrm: Mark flowi arg to xfrm_bundle_create() const.
author
David S. Miller
<davem@davemloft.net>
Wed, 23 Feb 2011 02:36:50 +0000
(18:36 -0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 23 Feb 2011 02:36:50 +0000
(18:36 -0800)
Signed-off-by: David S. Miller <davem@davemloft.net>
net/xfrm/xfrm_policy.c
patch
|
blob
|
blame
|
history
diff --git
a/net/xfrm/xfrm_policy.c
b/net/xfrm/xfrm_policy.c
index 3d45456832687df6d08a3524ae7344cc3326ce7a..a558dc78bbeed87b21f746f61d9d81a2274788ca 100644
(file)
--- a/
net/xfrm/xfrm_policy.c
+++ b/
net/xfrm/xfrm_policy.c
@@
-1390,7
+1390,7
@@
static inline int xfrm_fill_dst(struct xfrm_dst *xdst, struct net_device *dev,
static struct dst_entry *xfrm_bundle_create(struct xfrm_policy *policy,
struct xfrm_state **xfrm, int nx,
- struct flowi *fl,
+
const
struct flowi *fl,
struct dst_entry *dst)
{
struct net *net = xp_net(policy);