Re: [net-next] bond: output message before setting slave to inactive

2016-03-30 Thread 张胜举
> From: Zhang Shengju > Date: Tue, 29 Mar 2016 06:32:57 + > > > This patch moves output message before setting slave to inactive, this > > will print the correct status of slave device. > > > > Signed-off-by: Zhang Shengju > > I think the message is in the appropriate spot wrt. state, so I

Re: [net-next] bond: output message before setting slave to inactive

2016-03-30 Thread David Miller
From: Zhang Shengju Date: Tue, 29 Mar 2016 06:32:57 + > This patch moves output message before setting slave to inactive, this will > print the correct status of slave device. > > Signed-off-by: Zhang Shengju I think the message is in the appropriate spot wrt. state, so I will not apply th

[net-next] bond: output message before setting slave to inactive

2016-03-28 Thread Zhang Shengju
This patch moves output message before setting slave to inactive, this will print the correct status of slave device. Signed-off-by: Zhang Shengju --- drivers/net/bonding/bond_main.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/net/bonding/bond_main.c b/dri