diff options
author | Bart Van Assche <[email protected]> | 2017-06-20 11:15:39 -0700 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2017-06-20 19:27:14 -0600 |
commit | cd6ce1482fd9e691bb68c660fa918c90f6b1bc25 (patch) | |
tree | 54acc2c6d0afa785bd84614804808ca804823d70 /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | 073196787727e454e17a96d222ea55eba2000978 (diff) |
block: Make request operation type argument declarations consistent
Instead of declaring the second argument of blk_*_get_request()
as int and passing it to functions that expect an unsigned int,
declare that second argument as unsigned int. Also because of
consistency, rename that second argument from 'rw' into 'op'.
This patch does not change any functionality.
Signed-off-by: Bart Van Assche <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Cc: Hannes Reinecke <[email protected]>
Cc: Omar Sandoval <[email protected]>
Cc: Ming Lei <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions