]> err.no Git - linux-2.6/blobdiff - drivers/block/sx8.c
[BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()
[linux-2.6] / drivers / block / sx8.c
index 1ded3b433459238df7fe9453c493f0a876905905..9251f4131b5307e548fe98863ae8eb9ca5c9cf04 100644 (file)
@@ -770,7 +770,7 @@ static inline void carm_end_request_queued(struct carm_host *host,
        rc = end_that_request_first(req, uptodate, req->hard_nr_sectors);
        assert(rc == 0);
 
-       end_that_request_last(req);
+       end_that_request_last(req, uptodate);
 
        rc = carm_put_request(host, crq);
        assert(rc == 0);