From: Stephen M. Cameron Date: Tue, 2 Jun 2009 12:47:50 +0000 (+0200) Subject: cciss: factor out core of sendcmd() for a more sane interface X-Git-Tag: v2.6.31-rc1~389^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a4b2d7684c66dbd8ed04eb284bc94a78e061d29;p=pandora-kernel.git cciss: factor out core of sendcmd() for a more sane interface Factor out the core of sendcmd() to provide a simpler interface which exposes all the error information to the caller and make the original sendcmd use this new function. Rationale: The SCSI error handling routines need to send commands with interrupts turned off, but they also need access to the full error information. Signed-off-by: Stephen M. Cameron Cc: Mike Miller Signed-off-by: Jens Axboe --- Reading git-diff-tree failed