summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorYongsoo Joo <ysjoo@kookmin.ac.kr>2024-12-23 04:05:17 +0300
committerKeith Busch <kbusch@kernel.org>2025-01-11 06:30:46 +0300
commit002bb02729dc7f5a9b356e98e672262ca432b861 (patch)
treee3c429c9420a668e24edec7891c7e8d551e790df /tools/perf/scripts/python/export-to-postgresql.py
parentac32057acc7f3d7a238dafaa9b2aa2bc9750080e (diff)
downloadlinux-002bb02729dc7f5a9b356e98e672262ca432b861.tar.xz
nvme: change return type of nvme_poll_cq() to bool
The nvme_poll_cq() function currently returns the number of CQEs found, However, only one caller, nvme_poll(), requires a boolean value to check whether any CQE was completed. The other callers do not use the return value at all. To better reflect its usage, update the return type of nvme_poll_cq() from int to bool. Signed-off-by: Yongsoo Joo <ysjoo@kookmin.ac.kr> Reviewed-by: Sagi Grimberg <sagi@grimberg.me> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Keith Busch <kbusch@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions