Re: [PATCH net-next] team: update master carrier state
From: Jiri Pirko <jiri@resnulli.us>
Date: 2012-12-30 21:47:27
From: Jiri Pirko <jiri@resnulli.us>
Date: 2012-12-30 21:47:27
Sun, Dec 30, 2012 at 07:27:29PM CET, fbl@redhat.com wrote:
Update master's carrier state when there is any change with its ports.
This patch looks good to me. Just one nitpick I spotted....
+ bool team_linkup; + + team_linkup = false;
This can be squashed together.