Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Lots of conflicts, by happily all cases of overlapping changes, parallel adds, things of that nature. Thanks to Stephen Rothwell, Saeed Mahameed, and others for their guidance in these resolutions. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -1372,10 +1372,9 @@ static int fl_change(struct net *net, struct sk_buff *in_skb,
|
||||
fnew->flags |= TCA_CLS_FLAGS_NOT_IN_HW;
|
||||
|
||||
if (fold) {
|
||||
if (!tc_skip_sw(fold->flags))
|
||||
rhashtable_remove_fast(&fold->mask->ht,
|
||||
&fold->ht_node,
|
||||
fold->mask->filter_ht_params);
|
||||
rhashtable_remove_fast(&fold->mask->ht,
|
||||
&fold->ht_node,
|
||||
fold->mask->filter_ht_params);
|
||||
if (!tc_skip_hw(fold->flags))
|
||||
fl_hw_destroy_filter(tp, fold, NULL);
|
||||
}
|
||||
|
Reference in New Issue
Block a user