From: Yevgeny Petrilin Date: Mon, 18 May 2009 03:48:59 +0000 (-0700) Subject: mlx4_en: Fix not deleted napi structures X-Git-Tag: v2.6.30-rc7~20^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72876a603422d3767273ffb3918033fa1bfda0f3;p=pandora-kernel.git mlx4_en: Fix not deleted napi structures Napi structures are being created each time we open a port, but when the port is closed the napi structure is only disabled but not removed. This bug caused hang while removing the driver. Signed-off-by: Yevgeny Petrilin Signed-off-by: David S. Miller --- Reading git-diff-tree failed