diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2024-01-05 10:27:09 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-01-07 22:32:48 +0000 |
commit | 3ee29a4474e3e433268068a6e6337d4f635b79b7 (patch) | |
tree | a1670a848a3357bbf6eb87de0ef3873cec5a0936 /scripts/gdb/linux/mm.py | |
parent | e900274f27c37de76279e34e342847d7b5756bec (diff) |
ipvlan: Remove usage of the deprecated ida_simple_xx() API
ida_alloc() and ida_free() should be preferred to the deprecated
ida_simple_get() and ida_simple_remove().
This is less verbose.
Note that the upper bound of ida_alloc_range() is inclusive while the one
of ida_simple_get() was exclusive. So calls have been updated accordingly.
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'scripts/gdb/linux/mm.py')
0 files changed, 0 insertions, 0 deletions