]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/block/viodasd.c
[BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()
[mirror_ubuntu-artful-kernel.git] / drivers / block / viodasd.c
index 2d518aa2720a517f3c3c292550dc18abfedb6e1e..063f0304a1630e20af9fbf0866bbcfb8c6c731fd 100644 (file)
@@ -305,7 +305,7 @@ static void viodasd_end_request(struct request *req, int uptodate,
        if (end_that_request_first(req, uptodate, num_sectors))
                return;
        add_disk_randomness(req->rq_disk);
-       end_that_request_last(req);
+       end_that_request_last(req, uptodate);
 }
 
 /*