aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorBart Van Assche <[email protected]>2018-06-22 14:53:07 -0700
committerMartin K. Petersen <[email protected]>2018-07-02 16:44:32 -0400
commite936a38ac92dd40867ac3b52cfd8f3f70fe717a5 (patch)
treece514ffd9409a92eceafb7c53b063f622c6a802f /tools/perf/scripts/python/export-to-postgresql.py
parent325c1e8b248ed12a685d0a904b774abef3821e8e (diff)
scsi: target: Remove se_dev_entry.ua_count
se_dev_entry.ua_count is only used to check whether or not se_dev_entry.ua_list is empty. Use list_empty_careful() instead. Checking whether or not ua_list is empty without holding the lock that protects that list is fine because the code that dequeues from that list will check again whether or not that list is empty. Signed-off-by: Bart Van Assche <[email protected]> Reviewed-by: Mike Christie <[email protected]> Cc: Mike Christie <[email protected]> Cc: Christoph Hellwig <[email protected]> Cc: Hannes Reinecke <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions