From: Andreas Herrmann Date: Tue, 13 Sep 2005 19:47:52 +0000 (+0200) Subject: [SCSI] zfcp: remove union zfcp_req_data, use unit refcount for FCP commands X-Git-Tag: v2.6.14-rc3~154^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=059c97d0434834d291eff94669ca2dd3eaac9d28;p=pandora-kernel.git [SCSI] zfcp: remove union zfcp_req_data, use unit refcount for FCP commands o union zfcp_req_data removed o increment unit refcount when processing FCP commands (This fixes a theoretical race: When all scsi commands of a unit are aborted and the scsi_device is removed then the unit could be removed before all fsf_requests of that unit are completely processed.) Signed-off-by: Andreas Herrmann Signed-off-by: James Bottomley --- Reading git-diff-tree failed