From: Mike Christie Date: Fri, 16 Jan 2009 18:36:51 +0000 (-0600) Subject: [SCSI] libiscsi: fix iscsi pool leak X-Git-Tag: v2.6.29-rc3~8^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f5899a39dcffb404c9a3d06ad438aff3e03bf04;p=pandora-kernel.git [SCSI] libiscsi: fix iscsi pool leak I am not sure what happened. It looks like we have always leaked the q->queue that is allocated from the kfifo_init call. nab finally noticed that we were leaking and this patch fixes it by adding a kfree call to iscsi_pool_free. kfifo_free is not used per kfifo_init's instructions to use kfree. Signed-off-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed