diff options
author | Pankaj Raghav <p.raghav@samsung.com> | 2022-11-30 13:30:03 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-11-30 22:23:34 +0100 |
commit | 92a34c461719eb4a3f95353bb7b27a3238eb7478 (patch) | |
tree | 6aa3f234de5adad05324e816bf524968e0f734fd /block/genhd.c | |
parent | block: mark blk_put_queue as potentially blocking (diff) | |
download | linux-92a34c461719eb4a3f95353bb7b27a3238eb7478.tar.xz linux-92a34c461719eb4a3f95353bb7b27a3238eb7478.zip |
virtio-blk: replace ida_simple[get|remove] with ida_[alloc_range|free]
ida_simple[get|remove] are deprecated, and are just wrappers to
ida_[alloc_range|free]. Replace ida_simple[get|remove] with their
corresponding counterparts.
No functional changes.
Signed-off-by: Pankaj Raghav <p.raghav@samsung.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Link: https://lore.kernel.org/r/20221130123001.25473-1-p.raghav@samsung.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/genhd.c')
0 files changed, 0 insertions, 0 deletions