Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
The BTF conflicts were simple overlapping changes. The virtio_net conflict was an overlap of a fix of statistics counter, happening alongisde a move over to a bonafide statistics structure rather than counting value on the stack. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -1387,7 +1387,8 @@ static void ip_mc_hash_remove(struct in_device *in_dev,
|
||||
/*
|
||||
* A socket has joined a multicast group on device dev.
|
||||
*/
|
||||
void __ip_mc_inc_group(struct in_device *in_dev, __be32 addr, unsigned int mode)
|
||||
static void __ip_mc_inc_group(struct in_device *in_dev, __be32 addr,
|
||||
unsigned int mode)
|
||||
{
|
||||
struct ip_mc_list *im;
|
||||
#ifdef CONFIG_IP_MULTICAST
|
||||
|
Reference in New Issue
Block a user