From: John Soni Jose Date: Fri, 26 Sep 2014 19:13:55 +0000 (-0400) Subject: be2iscsi : Fix kernel panic during reboot/shutdown X-Git-Tag: fixes-for-v3.18-merge-window~25^2^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53281edb2942c4d7abf12846b6b0591caf2bee4d;p=pandora-kernel.git be2iscsi : Fix kernel panic during reboot/shutdown In the reboot/shutdown path, workqueue was destroyed after the adapter resource were freed. The task associated with workqueue was getting executed after resources were freed. This lead to kernel panic. Signed-off-by: John Soni Jose Signed-off-by: Jayamohan Kallickal Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed