diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2024-01-15 23:37:47 +0300 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2024-01-22 02:14:10 +0300 |
commit | cd30e8bde28ac361e15d67ee5c00e0125ed42548 (patch) | |
tree | de21388e29507395d5285aa20204dbaf7a9029c7 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 6613476e225e090cc9aad49be7fa504e290dd33d (diff) | |
download | linux-cd30e8bde28ac361e15d67ee5c00e0125ed42548.tar.xz |
rbd: remove usage of the deprecated ida_simple_*() API
ida_alloc() and ida_free() should be preferred to the deprecated
ida_simple_get() and ida_simple_remove().
Note that the upper limit of ida_simple_get() is exclusive, while that
of ida_alloc_max() is inclusive, so 1 has been subtracted.
[ idryomov: tweak changelog ]
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions