From: Mike Christie Date: Wed, 18 Apr 2012 08:06:00 +0000 (-0500) Subject: [SCSI] be2iscsi: Freeing of WRB and SGL Handle in cleanup task X-Git-Tag: v3.5-rc1~172^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1282ab76d983b2753b5cd4c9ae6b8019b0557b30;p=pandora-kernel.git [SCSI] be2iscsi: Freeing of WRB and SGL Handle in cleanup task The WRB and SGL Handle allocated for Login task were not freed back to the pool after the login process was done. This code releases the WRB and SGL Handle after the login process. v2: - Fix up locking so bh calls are not done when not needed. - Make beiscsi_cleanup_task static. Signed-off-by: Jayamohan Kallickal [various fixes] Signed-off-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed