Re: [PATCH 1/1] iscsi class: Fix freeing of skb in get host error path

2014-08-05 Thread Hannes Reinecke
On 08/04/2014 01:37 AM, micha...@cs.wisc.edu wrote: From: Mike Christie micha...@cs.wisc.edu If get_host_stats failes we are using kfree to free the skb. We should be using kfree_skb. This patch was made over Christoph's scsi-queue drivers-for-3.17 branch. Signed-off-by: Mike Christie

[PATCH 1/1] iscsi class: Fix freeing of skb in get host error path

2014-08-03 Thread michaelc
From: Mike Christie micha...@cs.wisc.edu If get_host_stats failes we are using kfree to free the skb. We should be using kfree_skb. This patch was made over Christoph's scsi-queue drivers-for-3.17 branch. Signed-off-by: Mike Christie micha...@cs.wisc.edu --- drivers/scsi/scsi_transport_iscsi.c