diff options
| author | Bart Van Assche <[email protected]> | 2023-02-10 19:32:57 +0000 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2023-02-22 03:00:51 +0000 |
| commit | 93bc4a5d00e472003ae983bb21febd2519a64f62 (patch) | |
| tree | 51afbf201d716917de2917c3c93f3c0fac83d5dc /tools/perf/scripts/python/stackcollapse.py | |
| parent | scsi: core: Extend struct scsi_exec_args (diff) | |
| download | kernel-93bc4a5d00e472003ae983bb21febd2519a64f62.tar.gz kernel-93bc4a5d00e472003ae983bb21febd2519a64f62.zip | |
scsi: ufs: core: Rely on the block layer for setting RQF_PM
Do not set RQF_PM explicitly since scsi_alloc_request() sets it indirectly
if BLK_MQ_REQ_PM is set. The call chain for the code that sets RQF_PM is as
follows:
scsi_alloc_request()
blk_mq_alloc_request()
__blk_mq_alloc_requests()
blk_mq_rq_ctx_init()
if (data->flags & BLK_MQ_REQ_PM)
data->rq_flags |= RQF_PM;
Link: https://lore.kernel.org/r/[email protected]
Cc: Mike Christie <[email protected]>
Cc: John Garry <[email protected]>
Reviewed-by: John Garry <[email protected]>
Signed-off-by: Bart Van Assche <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
