commit | 2084b114e3fb0d84e5882f5ee6c7039be52da715 | [log] [tgz] |
---|---|---|
author | Flavio Leitner <fleitner@redhat.com> | Tue Apr 05 04:27:43 2011 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Wed Apr 13 19:18:57 2011 -0700 |
tree | 45ac55b9cd72f72493f5c69c43996c3ea45e7b6a | |
parent | 86d70e532c352bd309dab5f1d18d113f441cb3ae [diff] |
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 <fleitner@redhat.com> Acked-by: Bruce Allan <bruce.w.allan@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>