git: DragonFly_RELEASE_4_2 kernel/linux: Fix a bug in idr_alloc()
Francois Tigeot
ftigeot at crater.dragonflybsd.org
Tue Jul 14 21:44:18 PDT 2015
commit d3c24825c79fe6df05fc3c78b630bb7808266402
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/d3c24825c79fe6df05fc3c78b630bb7808266402
--
DragonFly BSD source repository
More information about the Commits
mailing list