Skip to content

Commit

Permalink
[SCSI] gdth: Move members from SCp to gdth_cmndinfo, stage 2
Browse files Browse the repository at this point in the history
  - 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 <bharrosh@panasas.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
  • Loading branch information
Boaz Harrosh authored and James Bottomley committed Oct 12, 2007
1 parent 3058d5d commit f842b64
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 91 deletions.
Loading

0 comments on commit f842b64

Please sign in to comment.