[PATCH 02/10] lib: genalloc: Generic allocator improvements
From: Alan Cox <hidden>
Date: 2011-06-10 11:24:45
Also in:
linux-media, linux-mm, lkml
From: Alan Cox <hidden>
Date: 2011-06-10 11:24:45
Also in:
linux-media, linux-mm, lkml
I am curious about one thing Why do we need this allocator. Why not use allocate_resource and friends. The kernel generic resource handler already handles object alignment and subranges. It just seems to be a surplus allocator that could perhaps be mostly removed by using the kernel resource allocator we already have ? Alan