Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts: drivers/net/ethernet/rocker/rocker.c The rocker commit was two overlapping changes, one to rename the ->vport member to ->pport, and another making the bitmask expression use '1ULL' instead of plain '1'. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -2363,8 +2363,6 @@ int tipc_sk_rht_init(struct net *net)
|
||||
.hashfn = jhash,
|
||||
.max_shift = 20, /* 1M */
|
||||
.min_shift = 8, /* 256 */
|
||||
.grow_decision = rht_grow_above_75,
|
||||
.shrink_decision = rht_shrink_below_30,
|
||||
};
|
||||
|
||||
return rhashtable_init(&tn->sk_rht, &rht_params);
|
||||
|
Reference in New Issue
Block a user