]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/um/drivers/ubd_kern.c
block: introduce new block status code type
[karo-tx-linux.git] / arch / um / drivers / ubd_kern.c
index 85410279beab63d611af485b27f729727aa5988d..b55fe9bf5d3e2859309cef0420fd9493a041000e 100644 (file)
@@ -534,7 +534,7 @@ static void ubd_handler(void)
                for (count = 0; count < n/sizeof(struct io_thread_req *); count++) {
                        blk_end_request(
                                (*irq_req_buffer)[count]->req,
-                               0,
+                               BLK_STS_OK,
                                (*irq_req_buffer)[count]->length
                        );
                        kfree((*irq_req_buffer)[count]);