diff options
| author | Bart Van Assche <[email protected]> | 2018-03-07 17:10:10 -0800 |
|---|---|---|
| committer | Jens Axboe <[email protected]> | 2018-03-08 14:13:48 -0700 |
| commit | 8b904b5b6b58b9a29dcf3f82d936d9e7fd69fda6 (patch) | |
| tree | c5ba5ff20820c410a422e7461f400b0546111916 /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | bf3a2b310ea35ae2f641bb734892574bd820d4a5 (diff) | |
block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()
This patch has been generated as follows:
for verb in set_unlocked clear_unlocked set clear; do
replace-in-files queue_flag_${verb} blk_queue_flag_${verb%_unlocked} \
$(git grep -lw queue_flag_${verb} drivers block/bsg*)
done
Except for protecting all queue flag changes with the queue lock
this patch does not change any functionality.
Cc: Mike Snitzer <[email protected]>
Cc: Shaohua Li <[email protected]>
Cc: Christoph Hellwig <[email protected]>
Cc: Hannes Reinecke <[email protected]>
Cc: Ming Lei <[email protected]>
Signed-off-by: Bart Van Assche <[email protected]>
Reviewed-by: Martin K. Petersen <[email protected]>
Reviewed-by: Johannes Thumshirn <[email protected]>
Acked-by: Martin K. Petersen <[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