commit | bfb5087924921f147d4c5d731cbc8c3a069bed0b | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Sun Aug 03 18:37:52 2014 -0500 |
committer | Christoph Hellwig <hch@lst.de> | Mon Aug 04 13:16:14 2014 +0200 |
tree | 7f4a22bfd803409f1002f1f9087982a20840428c | |
parent | 6f8f31c7a890283bea85c7aac45f089b5766472d [diff] |
iscsi class: Fix freeing of skb in get host error path 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 <michaelc@cs.wisc.edu> Signed-off-by: Christoph Hellwig <hch@lst.de>