kernel/linux: Fix a bug in idr_alloc()
authorFrançois Tigeot <ftigeot@wolfpond.org>
Tue, 14 Jul 2015 21:20:26 +0000 (23:20 +0200)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Tue, 14 Jul 2015 21:40:36 +0000 (23:40 +0200)
commit637b602c548c530006115b887792859b64e8150f
treef1c36fa021f06904bbf3d77e85b4b4f0c7055c37
parentdd438613428605e607d9bb1efac41f9f3d15e164
kernel/linux: Fix a bug in idr_alloc()

That function was only doing a single memory allocation and didn't
try to grow the underlying idr storage when needed.
sys/libkern/linux_idr.c