From 198b766013e680a9e367aeb0d62f402029868a09 Mon Sep 17 00:00:00 2001 From: "Mike Miller (OS Dev)" Date: Tue, 8 May 2007 00:29:34 -0700 Subject: [PATCH] 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-format-patch failed