ACPI / PNP: Reserve ACPI resources at the fs_initcall_sync stage
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / linux / blk_types.h
index fa1abeb45b7602a4f0c1a4098f05f63d7a075281..49c48dda162dcd6e40dc58795089a17f93702fd9 100644 (file)
@@ -170,7 +170,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 */