Re: [PATCH 02/17] megaraid: simplify internal command handling

2014-02-06 Thread Christoph Hellwig
Hi Neela, can you look over this from the megaraid perspective? On Wed, Feb 05, 2014 at 04:39:32AM -0800, Christoph Hellwig wrote: > We don't use the passed in scsi command for anything, so just add a > adapter-wide internal status to go along with the internal scb that > is used unter int_mtx to

[PATCH 02/17] megaraid: simplify internal command handling

2014-02-05 Thread Christoph Hellwig
We don't use the passed in scsi command for anything, so just add a adapter-wide internal status to go along with the internal scb that is used unter int_mtx to pass back the return value and get rid of all the complexities and abuse of the scsi_cmnd structure. Signed-off-by: Christoph Hellwig --