From: Flavio Leitner Date: Tue, 5 Apr 2011 04:27:43 +0000 (+0000) Subject: e1000e: fix stats locking in e1000_watchdog_task X-Git-Tag: v3.0-rc1~377^2~419 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2084b114e3fb0d84e5882f5ee6c7039be52da715;p=pandora-kernel.git e1000e: fix stats locking in e1000_watchdog_task Just move the unlock down a bit because it unlocks too early leaving a chance for get_stats64() run in parallel while it is still accessing the stats. Signed-off-by: Flavio Leitner Acked-by: Bruce Allan Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed