From: Mike Miller (OS Dev) Date: Tue, 8 May 2007 07:29:34 +0000 (-0700) Subject: cciss: set rq->errors more correctly in driver X-Git-Tag: v2.6.22-rc1~664 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=198b766013e680a9e367aeb0d62f402029868a09;p=pandora-kernel.git cciss: set rq->errors more correctly in driver Set rq->errors more correctly in cciss driver. Previously we had set it synonymously with the meaning of the last parameter of end_that_last_request and complete_buffers (the "uptodate" parameter) and had gotten away with it for all this time because nobody ever looked at rq->errors. SCSI_IOCTL_SEND_COMMAND looks at rq->errors, so now it matters that it be right. Signed-off-by: Stephen M. Cameron Signed-off-by: Mike Miller Cc: James Bottomley Cc: Jens Axboe Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed