From: Boaz Harrosh Date: Tue, 2 Oct 2007 21:16:01 +0000 (+0200) Subject: [SCSI] gdth: Move members from SCp to gdth_cmndinfo, stage 2 X-Git-Tag: v2.6.24-rc1~1290^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f842b64e0ffbcc9ce48a3bf799d0b005094107c1;p=pandora-kernel.git [SCSI] gdth: Move members from SCp to gdth_cmndinfo, stage 2 - Cleanup the rest of the scsi_cmnd->SCp members and move them to gdth_cmndinfo: SCp.this_residual => priority SCp.buffers_residual => timeout SCp.Status => status and dma_dir SCp.Message => info SCp.have_data_in => volatile wait_for_completion SCp.sent_command => OpCode SCp.phase => phase - Two more members will be naturally removed in the !use_sg cleanup TODO: What is the meaning of gdth_cmndinfo.phase? (rhetorically) Signed-off-by Boaz Harrosh Signed-off-by: James Bottomley --- Reading git-diff-tree failed