[PATCH] Remove ->rq_status from struct request
[pandora-kernel.git] / arch / um / drivers / ubd_kern.c
index 5fa4c8e..fda4a39 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",