Home
last modified time | relevance | path

Searched hist:"0 f702033" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/dax/
H A Dsuper.c0f702033 Sun Sep 25 20:26:35 CDT 2022 Bo Liu <liubo03@inspur.com> dax: Remove usage of the deprecated ida_simple_xxx API

ida_alloc_max() makes it clear that the second argument is inclusive,
and the alloc/free terminology is more idiomatic and symmetric then
get/remove.

Signed-off-by: Bo Liu <liubo03@inspur.com>
Reviewed-by: Ira Weiny <ira.weiny@intel.com>
Link: https://lore.kernel.org/r/20220926012635.3205-1-liubo03@inspur.com
[djbw: reword changelog]
Signed-off-by: Dan Williams <dan.j.williams@intel.com>