[PATCH] Remove ->rq_status from struct request
[deliverable/linux.git] / arch / um / drivers / ubd_kern.c
index 5fa4c8e258a4e4d76d9406b5e002589e6c042374..fda4a3940698c26a8be776ce5141e5fa3e03189f 100644 (file)
@@ -981,8 +981,6 @@ static int prepare_request(struct request *req, struct io_thread_req *io_req)
        __u64 offset;
        int len;
 
-       if(req->rq_status == RQ_INACTIVE) return(1);
-
        /* This should be impossible now */
        if((rq_data_dir(req) == WRITE) && !dev->openflags.w){
                printk("Write attempted on readonly ubd device %s\n",
This page took 0.024652 seconds and 5 git commands to generate.