commit | e507e30b803fb56d768ed9a597e7609b74d2db21 | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@HansenPartnership.com> | Thu Mar 13 11:16:33 2008 -0500 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Mon Apr 07 12:17:30 2008 -0500 |
tree | 06b4ccaac1d4fa6583afc086005d9bb725192909 | |
parent | 035f5e06515a66827015202685e457a5534441b7 [diff] |
[SCSI] consolidate command allocation in a single place Since the way we allocate commands with a separate sense buffer is getting complicated, we should isolate setup and teardown to a single routine so that if it gets even more complex, there's only one place in the code that needs to be altered. Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>