mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
iocost_monitor.py broke with recent versions of drgn due to helper being stricter about types. Fix it so that it uses the correct type. Signed-off-by: Tejun Heo <[email protected]> Suggested-by: Omar Sandoval <[email protected]>