Netdev Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH 3/4] vxlan: Adjustment parameters in rtnl_notify()
@ 2021-07-19 12:47 Yajun Deng
0 siblings, 0 replies; only message in thread
From: Yajun Deng @ 2021-07-19 12:47 UTC (permalink / raw)
To: netdev, linux-kernel, linux-decnet-user; +Cc: Yajun Deng
The fifth parameter alread modify from 'struct nlmsghdr *nlh' to
'int report', just adjustment it.
Signed-off-by: Yajun Deng <yajun.deng@linux.dev>
---
drivers/net/vxlan.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/vxlan.c b/drivers/net/vxlan.c
index 5a8df5a195cb..dbe0b531868a 100644
--- a/drivers/net/vxlan.c
+++ b/drivers/net/vxlan.c
@@ -381,7 +381,7 @@ static void __vxlan_fdb_notify(struct vxlan_dev *vxlan, struct vxlan_fdb *fdb,
goto errout;
}
- rtnl_notify(skb, net, 0, RTNLGRP_NEIGH, NULL, GFP_ATOMIC);
+ rtnl_notify(skb, net, 0, RTNLGRP_NEIGH, 0, GFP_ATOMIC);
return;
errout:
if (err < 0)
--
2.32.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-07-19 12:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-19 12:47 [PATCH 3/4] vxlan: Adjustment parameters in rtnl_notify() Yajun Deng
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).