diff options
Diffstat (limited to 'net/sched/cls_flow.c')
-rw-r--r-- | net/sched/cls_flow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/cls_flow.c b/net/sched/cls_flow.c index eece1ee26930..cb29fe7d5ed3 100644 --- a/net/sched/cls_flow.c +++ b/net/sched/cls_flow.c | |||
@@ -629,7 +629,7 @@ static int flow_dump(struct net *net, struct tcf_proto *tp, void *fh, | |||
629 | 629 | ||
630 | t->tcm_handle = f->handle; | 630 | t->tcm_handle = f->handle; |
631 | 631 | ||
632 | nest = nla_nest_start(skb, TCA_OPTIONS); | 632 | nest = nla_nest_start_noflag(skb, TCA_OPTIONS); |
633 | if (nest == NULL) | 633 | if (nest == NULL) |
634 | goto nla_put_failure; | 634 | goto nla_put_failure; |
635 | 635 | ||