From: Matthew Wilcox Date: Tue, 2 Oct 2007 20:40:22 +0000 (+0200) Subject: gdth: Make one abuse of scsi_cmnd less obvious X-Git-Tag: v2.6.24-rc1~1290^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8bff2aeafb1959de27bd889d1c103577b36712f;p=pandora-kernel.git gdth: Make one abuse of scsi_cmnd less obvious Rather than having internal commands abuse scsi_done to call gdth_scsi_done, have all the places that use to call scsi_done directly call gdth_scsi_done, which now checks whether the command was internal, and calls scsi_done if not. Signed-off-by: Matthew Wilcox Signed-off-by: Boaz Harrosh Signed-off-by: James Bottomley --- Reading git-diff-tree failed