diff options
author | Bart Van Assche <[email protected]> | 2017-08-25 14:24:14 -0700 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2017-08-25 15:29:45 -0600 |
commit | f5cb2d51524a1218bb0c5d8b234044e9104f7062 (patch) | |
tree | 2e8a43324f49cca14508d313d7ab11bf94bb76ca /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 4633504c1a3a452ff03a5dbe50beb082fa1bfac6 (diff) |
skd: Remove SKD_ID_INCR
The SKD_ID_INCR flag in skd_request_context.id duplicates information
that is already available otherwise, e.g. through the block layer
request state and through skd_request_context.state. Hence remove
the code that manipulates this flag and also the flag itself.
Since skd_isr_completion_posted() only uses the lower bits of
skd_request_context.id as hardware tag, this patch does not change
the behavior of the skd driver. I'm referring to the following code:
tag = req_id & SKD_ID_SLOT_AND_TABLE_MASK;
Signed-off-by: Bart Van Assche <[email protected]>
Cc: Christoph Hellwig <[email protected]>
Cc: Hannes Reinecke <[email protected]>
Cc: Johannes Thumshirn <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions