projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f77139
)
net/sched: act_ife: Staticfy find_decode_metaid()
author
Or Gerlitz
<ogerlitz@mellanox.com>
Thu, 16 Mar 2017 10:53:41 +0000
(12:53 +0200)
committer
David S. Miller
<davem@davemloft.net>
Thu, 16 Mar 2017 19:02:14 +0000
(12:02 -0700)
As it's used only on that file.
Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/act_ife.c
patch
|
blob
|
history
diff --git
a/net/sched/act_ife.c
b/net/sched/act_ife.c
index 71e7ff22f7c92a86cacad9a1b8d18d3d726f52fb..c75ea5c9102c50f5810b52bf7b1d0e42a7acdfd2 100644
(file)
--- a/
net/sched/act_ife.c
+++ b/
net/sched/act_ife.c
@@
-603,8
+603,8
@@
nla_put_failure:
return -1;
}
-int find_decode_metaid(struct sk_buff *skb, struct tcf_ife_info *ife,
- u16 metaid, u16 mlen, void *mdata)
+
static
int find_decode_metaid(struct sk_buff *skb, struct tcf_ife_info *ife,
+
u16 metaid, u16 mlen, void *mdata)
{
struct tcf_meta_info *e;