diff options
author | Ben Hutchings <benh@debian.org> | 2025-02-24 16:57:20 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-03-13 12:47:45 +0100 |
commit | 421b264078313e1caaea44572fcd61e72657b02d (patch) | |
tree | 9ad310f3908d63b8c1596cee510535150bcd77e8 /fs | |
parent | 55d300e7efaba95fc28047803788a192dffca750 (diff) | |
download | linux-421b264078313e1caaea44572fcd61e72657b02d.tar.gz linux-421b264078313e1caaea44572fcd61e72657b02d.tar.bz2 linux-421b264078313e1caaea44572fcd61e72657b02d.zip |
perf cs-etm: Add missing variable in cs_etm__process_queues()
Commit 5afd032961e8 "perf cs-etm: Don't flush when packet_queue fills
up" uses i as a loop counter in cs_etm__process_queues(). It was
backported to the 5.4 and 5.10 stable branches, but the i variable
doesn't exist there as it was only added in 5.15.
Declare i with the expected type.
Fixes: 1ed167325c32 ("perf cs-etm: Don't flush when packet_queue fills up")
Fixes: 26db806fa23e ("perf cs-etm: Don't flush when packet_queue fills up")
Signed-off-by: Ben Hutchings <benh@debian.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions