Re: [PATCH v10 2/8] block, scsi: Change the preempt-only flag into a counter

2018-09-25 Thread Martin K. Petersen
Bart, > The RQF_PREEMPT flag is used for three purposes: > - In the SCSI core, for making sure that power management requests > are executed even if a device is in the "quiesced" state. > - For domain validation by SCSI drivers that use the parallel port. > - In the IDE driver, for IDE

[PATCH v10 2/8] block, scsi: Change the preempt-only flag into a counter

2018-09-21 Thread Bart Van Assche
The RQF_PREEMPT flag is used for three purposes: - In the SCSI core, for making sure that power management requests are executed even if a device is in the "quiesced" state. - For domain validation by SCSI drivers that use the parallel port. - In the IDE driver, for IDE preempt requests. Rename