commit | eada35efcb2773cf49aa26277e056122e1a3405c | [log] [tgz] |
---|---|---|
author | Pekka Enberg <penberg@cs.helsinki.fi> | Mon Feb 11 22:47:46 2008 +0200 |
committer | Christoph Lameter <christoph@stapp.engr.sgi.com> | Thu Feb 14 15:30:01 2008 -0800 |
tree | 69803b03b6f6106722d4cc293678f2e3183bec2e | |
parent | e51bfd0ad10600a9fe4c8ede5ac2272e80075008 [diff] |
slub: kmalloc page allocator pass-through cleanup This adds a proper function for kmalloc page allocator pass-through. While it simplifies any code that does slab tracing code a lot, I think it's a worthwhile cleanup in itself. Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi> Signed-off-by: Christoph Lameter <clameter@sgi.com>