block: split out request-only flags into a new namespace
[linux-2.6-block.git] / drivers / scsi / osst.c
index 5033223f6287703c3f74b8eb5b8048d37845b44a..a2960f5d98eca5156288ed6735e5109800790f1b 100644 (file)
@@ -368,7 +368,7 @@ static int osst_execute(struct osst_request *SRpnt, const unsigned char *cmd,
                return DRIVER_ERROR << 24;
 
        blk_rq_set_block_pc(req);
-       req->cmd_flags |= REQ_QUIET;
+       req->rq_flags |= RQF_QUIET;
 
        SRpnt->bio = NULL;