Searched hist:"798 f2a6f734de87633351c3ab13b17b07397cf68" (Results 1 – 2 of 2) sorted by relevance
/linux/block/ |
H A D | blk-sysfs.c | diff 798f2a6f734de87633351c3ab13b17b07397cf68 Wed Jun 15 10:18:16 CEST 2022 Bo Liu <liubo03@inspur.com> block: Directly use ida_alloc()/free()
Use ida_alloc()/ida_free() instead of ida_simple_get()/ida_simple_remove(). The latter is deprecated and more verbose.
Signed-off-by: Bo Liu <liubo03@inspur.com> Reviewed-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Link: https://lore.kernel.org/r/20220615081816.4342-1-liubo03@inspur.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
H A D | blk-core.c | diff 798f2a6f734de87633351c3ab13b17b07397cf68 Wed Jun 15 10:18:16 CEST 2022 Bo Liu <liubo03@inspur.com> block: Directly use ida_alloc()/free()
Use ida_alloc()/ida_free() instead of ida_simple_get()/ida_simple_remove(). The latter is deprecated and more verbose.
Signed-off-by: Bo Liu <liubo03@inspur.com> Reviewed-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Link: https://lore.kernel.org/r/20220615081816.4342-1-liubo03@inspur.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
|