From: "John W. Linville" <linvi...@tuxdriver.com> Date: Mon, 18 May 2015 13:51:24 -0400
> By inspection, this appears to be a typo. The gating comparison > involves vxlan->dev rather than dev. In fact, dev is the iterator in > the preceding loop above but it is actually constant in the 2nd loop. > > Use of dev seems to be a bad cut-n-paste from the prior call to > unregister_netdevice_queue. Change dev to vxlan->dev, since that is > what is actually being checked. > > Signed-off-by: John W. Linville <linvi...@tuxdriver.com> Indeed, your fix looks correct to me. Applied, thanks John. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html