]> err.no Git - linux-2.6/blobdiff - drivers/message/i2o/i2o_block.c
[BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()
[linux-2.6] / drivers / message / i2o / i2o_block.c
index f283b5bafdd3945c2cc087a3f3d20dc2efdf0898..4f522527b7ed60cdff4f14dd40f45c3b49b69254 100644 (file)
@@ -466,7 +466,7 @@ static void i2o_block_end_request(struct request *req, int uptodate,
 
        spin_lock_irqsave(q->queue_lock, flags);
 
-       end_that_request_last(req);
+       end_that_request_last(req, uptodate);
 
        if (likely(dev)) {
                dev->open_queue_depth--;