* [PATCH] bridge: netlink status fix
@ 2006-08-02 23:53 Stephen Hemminger
2006-08-03 23:24 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2006-08-02 23:53 UTC (permalink / raw)
To: David S. Miller; +Cc: netdev
Fix code that passes back netlink status messages about
bridge changes. Submitted by Aji_Srinivas@emc.com
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
---
net/bridge/br_netlink.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/net/bridge/br_netlink.c b/net/bridge/br_netlink.c
index 06abb66..53086fb 100644
--- a/net/bridge/br_netlink.c
+++ b/net/bridge/br_netlink.c
@@ -85,7 +85,7 @@ void br_ifinfo_notify(int event, struct
goto err_out;
err = br_fill_ifinfo(skb, port, current->pid, 0, event, 0);
- if (err)
+ if (err < 0)
goto err_kfree;
NETLINK_CB(skb).dst_group = RTNLGRP_LINK;
--
1.4.0
--
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] bridge: netlink status fix
2006-08-02 23:53 [PATCH] bridge: netlink status fix Stephen Hemminger
@ 2006-08-03 23:24 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2006-08-03 23:24 UTC (permalink / raw)
To: shemminger; +Cc: netdev
From: Stephen Hemminger <shemminger@osdl.org>
Date: Wed, 2 Aug 2006 16:53:23 -0700
> Fix code that passes back netlink status messages about
> bridge changes. Submitted by Aji_Srinivas@emc.com
>
> Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Applied, thanks Stephen.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-08-03 23:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-02 23:53 [PATCH] bridge: netlink status fix Stephen Hemminger
2006-08-03 23:24 ` David Miller
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).