]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
hpsa: cleanup for init_one step 2 in kdump
authorRobert Elliott <elliott@hp.com>
Thu, 23 Apr 2015 14:34:43 +0000 (09:34 -0500)
committerJames Bottomley <JBottomley@Odin.com>
Sun, 31 May 2015 18:40:39 +0000 (11:40 -0700)
commit9ecd953aa8b07819af0f1f561f52cb4bd43e8735
tree5f135e7726ec79114089e5b303f5780823b024ec
parentd498757c5efd41d0add8eb733c6c7e491b51ac8c
hpsa: cleanup for init_one step 2 in kdump

In hpsa_undo_allocations_after_kdump_soft_reset,
the things allocated in hpsa_init_one step 2 -
h->resubmit_wq and h->lockup_detected  need to
be freed, in the right order.

Reviewed-by: Scott Teel <scott.teel@pmcs.com>
Reviewed-by: Kevin Barnett <kevin.barnett@pmcs.com>
Reviewed-by: Tomas Henzl <thenzl@redhat.com>
Reviewed-by: Hannes Reinecke <hare@Suse.de>
Signed-off-by: Robert Elliott <elliott@hp.com>
Signed-off-by: Don Brace <don.brace@pmcs.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
drivers/scsi/hpsa.c