commit | 53281edb2942c4d7abf12846b6b0591caf2bee4d | [log] [tgz] |
---|---|---|
author | John Soni Jose <sony.john-n@emulex.com> | Fri Sep 26 15:13:55 2014 -0400 |
committer | Christoph Hellwig <hch@lst.de> | Tue Sep 30 09:29:55 2014 +0200 |
tree | c4c52bf4bc1b8eca066d364efd565d68768be7f1 | |
parent | f4303d8fa6da702b5fe53fa91a6984941d89d514 [diff] |
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 <sony.john-n@emulex.com> Signed-off-by: Jayamohan Kallickal <jayamohan.kallickal@emulex.com> Signed-off-by: Christoph Hellwig <hch@lst.de>