-
Jiele Zhao authored
init_once is a callback to kmem_cache_create. The parameter type of this function is void *, so it's better to give a explicit cast here. Signed-off-by:
Jiele Zhao <unclexiaole@gmail.com> Signed-off-by:
Mimi Zohar <zohar@linux.ibm.com>
Jiele Zhao authoredinit_once is a callback to kmem_cache_create. The parameter type of this function is void *, so it's better to give a explicit cast here. Signed-off-by:
Jiele Zhao <unclexiaole@gmail.com> Signed-off-by:
Mimi Zohar <zohar@linux.ibm.com>
Loading