[BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()
[pandora-kernel.git] / drivers / block / floppy.c
index f7e765a..a5b857c 100644 (file)
@@ -2301,7 +2301,7 @@ static void floppy_end_request(struct request *req, int uptodate)
        add_disk_randomness(req->rq_disk);
        floppy_off((long)req->rq_disk->private_data);
        blkdev_dequeue_request(req);
-       end_that_request_last(req);
+       end_that_request_last(req, uptodate);
 
        /* We're done with the request */
        current_req = NULL;