mirror of
https://github.com/torvalds/linux.git
synced 2026-01-12 00:42:35 +08: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 <tj@kernel.org> Suggested-by: Omar Sandoval <osandov@fb.com>