]> Pileus Git - ~andy/linux/commit
e1000e: fix stats locking in e1000_watchdog_task
authorFlavio Leitner <fleitner@redhat.com>
Tue, 5 Apr 2011 04:27:43 +0000 (04:27 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 14 Apr 2011 02:18:57 +0000 (19:18 -0700)
commit2084b114e3fb0d84e5882f5ee6c7039be52da715
tree45ac55b9cd72f72493f5c69c43996c3ea45e7b6a
parent86d70e532c352bd309dab5f1d18d113f441cb3ae
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>
drivers/net/e1000e/netdev.c