block: split out request-only flags into a new namespace
[linux-2.6-block.git] / block / blk-exec.c
index 7ea04325d02f56c8f830292005d0096b033d8fe1..3ecb00a6cf45dd5463331a18dd124128a7eec94d 100644 (file)
@@ -72,7 +72,7 @@ void blk_execute_rq_nowait(struct request_queue *q, struct gendisk *bd_disk,
        spin_lock_irq(q->queue_lock);
 
        if (unlikely(blk_queue_dying(q))) {
-               rq->cmd_flags |= REQ_QUIET; 
+               rq->rq_flags |= RQF_QUIET;
                rq->errors = -ENXIO;
                __blk_end_request_all(rq, rq->errors);
                spin_unlock_irq(q->queue_lock);