mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 07:29:12 -04:00
net/sched: act_ife: Staticfy find_decode_metaid()
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>
This commit is contained in:
committed by
David S. Miller
parent
2f771399a3
commit
4dba87b073
@@ -603,8 +603,8 @@ static int tcf_ife_dump(struct sk_buff *skb, struct tc_action *a, int bind,
|
||||
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user