From: James Bottomley Date: Thu, 13 Mar 2008 16:16:33 +0000 (-0500) Subject: [SCSI] consolidate command allocation in a single place X-Git-Tag: v2.6.26-rc1~1140^2~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e507e30b803fb56d768ed9a597e7609b74d2db21;p=pandora-kernel.git [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 --- Reading git-diff-tree failed