X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fblk_types.h;h=ddce23d5fc28227b65a987beb2bda5472bde902a;hb=refs%2Fheads%2Fpandora-3.2;hp=4053cbd4490edb6530eee7bb332ab95138352d17;hpb=e6f1227e8bc8a2ea2d76d09e19c89fa66c2f3a4c;p=pandora-kernel.git diff --git a/include/linux/blk_types.h b/include/linux/blk_types.h index 4053cbd4490e..ddce23d5fc28 100644 --- a/include/linux/blk_types.h +++ b/include/linux/blk_types.h @@ -144,7 +144,9 @@ enum rq_flag_bits { __REQ_ELVPRIV, /* elevator private data attached */ __REQ_FAILED, /* set if the request failed */ __REQ_QUIET, /* don't worry about errors */ - __REQ_PREEMPT, /* set for "ide_preempt" requests */ + __REQ_PREEMPT, /* set for "ide_preempt" requests and also + for requests for which the SCSI "quiesce" + state must be ignored. */ __REQ_ALLOCED, /* request came from our alloc pool */ __REQ_COPY_USER, /* contains copies of user pages */ __REQ_FLUSH_SEQ, /* request for flush sequence */