git: kernel/linux: Fix a bug in idr_alloc()
Francois Tigeot
ftigeot at crater.dragonflybsd.org
Tue Jul 14 14:41:29 PDT 2015
commit 637b602c548c530006115b887792859b64e8150f
Author: François Tigeot <ftigeot at wolfpond.org>
Date: Tue Jul 14 23:20:26 2015 +0200
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.
Summary of changes:
sys/libkern/linux_idr.c | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/637b602c548c530006115b887792859b64e8150f
--
DragonFly BSD source repository
More information about the Commits
mailing list