From: Shreyas Bhatewara Date: Mon, 19 Jul 2010 07:02:13 +0000 (+0000) Subject: net-next: vmxnet3 fixes [4/5] Do not reset when the device is not opened X-Git-Tag: v2.6.36-rc1~571^2~174 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9a5f210c5ef338295cf1c29d98825722351bed7;p=pandora-kernel.git net-next: vmxnet3 fixes [4/5] Do not reset when the device is not opened Hold rtnl_lock to get the right link state. While asynchronously resetting the device, hold rtnl_lock to get the right value from netif_running. If a reset is scheduled, and the device goes thru close and open, it may happen that reset and open may run in parallel. Holding rtnl_lock will avoid this. Signed-off-by: Shreyas Bhatewara Signed-off-by: David S. Miller --- Reading git-diff-tree failed