From: Ayaz Abdulla Date: Sun, 11 Jan 2009 08:09:04 +0000 (-0800) Subject: forcedeth: napi schedule lock fix X-Git-Tag: v2.6.29-rc2~105^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb10a781824ca63c4e484c4642a19b3370980792;p=pandora-kernel.git forcedeth: napi schedule lock fix This patch fixes a potential race condition between scheduling napi and completing napi poll. The call to netif_rx_schedule should be under protection of the lock (as is the completion), otherwise, interrupts could be masked off. Signed-off-by: Ayaz Abdulla Signed-off-by: David S. Miller --- Reading git-diff-tree failed