From: Mike Christie Date: Wed, 30 May 2007 17:57:23 +0000 (-0500) Subject: [SCSI] iscsi_tcp: fix fd leak X-Git-Tag: v2.6.23-rc1~1053^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e7aba73f9f6e9fe6d3fa10d3fd63cd4882ba3d0;p=pandora-kernel.git [SCSI] iscsi_tcp: fix fd leak This patch should fix the file descriptor leak problem. A quick look through the kernel shows that users of sockfd_lookup use sockfd_put to release their handle. We were using sock_release which from the comments and code look like it does not release the get() on the file from the lookup. Signed-off-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed