Re: [net-next] rtnetlink: return the correct error code

2016-12-01 Thread David Miller
From: Zhang Shengju Date: Wed, 30 Nov 2016 16:37:34 +0800 > Before this patch, function ndo_dflt_fdb_dump() will always return code > from uc fdb dump. The reture code of mc fdb dump is lost. > > Signed-off-by: Zhang Shengju Applied.

[net-next] rtnetlink: return the correct error code

2016-11-30 Thread Zhang Shengju
Before this patch, function ndo_dflt_fdb_dump() will always return code from uc fdb dump. The reture code of mc fdb dump is lost. Signed-off-by: Zhang Shengju --- net/core/rtnetlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/core/rtnetlink.c b/net/core/rtnetlink.c