提交 ed7af3b3 编写于 作者: S Stephen Hemminger 提交者: David S. Miller

[PKT_SCHED]: deinline functions in meta match

A couple of functions in meta match don't need to be inline.
Signed-off-by: NStephen Hemminger <shemminger@vyatta.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 8ff65b46
...@@ -687,8 +687,8 @@ static inline struct meta_type_ops * meta_type_ops(struct meta_value *v) ...@@ -687,8 +687,8 @@ static inline struct meta_type_ops * meta_type_ops(struct meta_value *v)
* Core * Core
**************************************************************************/ **************************************************************************/
static inline int meta_get(struct sk_buff *skb, struct tcf_pkt_info *info, static int meta_get(struct sk_buff *skb, struct tcf_pkt_info *info,
struct meta_value *v, struct meta_obj *dst) struct meta_value *v, struct meta_obj *dst)
{ {
int err = 0; int err = 0;
...@@ -733,7 +733,7 @@ static int em_meta_match(struct sk_buff *skb, struct tcf_ematch *m, ...@@ -733,7 +733,7 @@ static int em_meta_match(struct sk_buff *skb, struct tcf_ematch *m,
return 0; return 0;
} }
static inline void meta_delete(struct meta_match *meta) static void meta_delete(struct meta_match *meta)
{ {
if (meta) { if (meta) {
struct meta_type_ops *ops = meta_type_ops(&meta->lvalue); struct meta_type_ops *ops = meta_type_ops(&meta->lvalue);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册