From: scameron@beardog.cca.cpqcorp.net Date: Mon, 8 Jun 2009 21:09:32 +0000 (-0500) Subject: cciss: Remove no longer needed sendcmd reject processing code X-Git-Tag: v2.6.31-rc1~389^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72f9f1324fc4cd450c92e4600a710231b0445c75;p=pandora-kernel.git cciss: Remove no longer needed sendcmd reject processing code Now that the cciss SCSI error handling routines operate with interrupts enabled, we no longer need to maintain the list of command completions that sendcmd() might inadvertantly scoop up, since now it only runs at driver init time, and there won't be any other commands for it to scoop up. So we can remove that list and the code that adds to it and processes it. Signed-off-by: Stephen M. Cameron Signed-off-by: Jens Axboe --- Reading git-diff-tree failed