commit | 2dc611de5a3fd955cd0298c50691d4c05046db97 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sat Nov 04 20:04:21 2006 +0100 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Wed Nov 15 12:55:52 2006 -0600 |
tree | d3d1e28c508d12cbf7bba95cea39cad6f8745a1b | |
parent | fe4a36cf652031d2744a536ba5121032840380cb [diff] |
[SCSI] use one-element sg list in scsi_send_eh_cmnd scsi_send_eh_cmnd is the last user of non-sg commands currently. This patch switches it to a one-element SG list. Also updates the kerneldoc comment for scsi_send_eh_cmnd to reflect reality while we're at it. Test on my mptsas card, but this should get testing with as many drivers as possible. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>