From: Olaf Kirch Date: Thu, 13 Dec 2007 18:43:36 +0000 (-0600) Subject: [SCSI] iscsi_tcp: stop leaking r2t_info's when the incoming R2T is bad X-Git-Tag: v2.6.25-rc1~1230^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03766a1d4e4520066d3ed2097bfdf6e606aba828;p=pandora-kernel.git [SCSI] iscsi_tcp: stop leaking r2t_info's when the incoming R2T is bad iscsi_r2t_rsp checks the incoming R2T for sanity, and if it thinks it's fishy, it will drop it silently. In this case, we leaked an r2t_info object. If we do this often enough, we run into a BUG_ON some time later. Removed r2t wrappers and update patch by Mike Christie Signed-off-by: Olaf Kirch Signed-off-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed