Commit cd30e8b
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 <[email protected]>
Reviewed-by: Ilya Dryomov <[email protected]>
Signed-off-by: Ilya Dryomov <[email protected]>1 parent 6613476 commit cd30e8b
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5326 | 5326 | | |
5327 | 5327 | | |
5328 | 5328 | | |
5329 | | - | |
| 5329 | + | |
5330 | 5330 | | |
5331 | 5331 | | |
5332 | 5332 | | |
| |||
5402 | 5402 | | |
5403 | 5403 | | |
5404 | 5404 | | |
5405 | | - | |
5406 | | - | |
5407 | | - | |
| 5405 | + | |
| 5406 | + | |
| 5407 | + | |
5408 | 5408 | | |
5409 | 5409 | | |
5410 | 5410 | | |
| |||
5425 | 5425 | | |
5426 | 5426 | | |
5427 | 5427 | | |
5428 | | - | |
| 5428 | + | |
5429 | 5429 | | |
5430 | 5430 | | |
5431 | 5431 | | |
| |||
0 commit comments