commit | cb32da0416b823b7f4b65e7e85d6cba16ca4d1e1 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Wed Jul 18 09:18:36 2007 +0900 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Jul 17 17:26:43 2007 -0700 |
tree | 1d09075441ae985fbdb4347b6b63da1ed7fcc754 | |
parent | 1985026d32e69ed6dac3ba0ef8ff10366f060ed3 [diff] |
slob: Kill off duplicate kzalloc() definition. With the slab zeroing allocations cleanups Christoph stubbed in a generic kzalloc(), which was missed on SLOB. Follow the SLAB/SLUB changes and kill off the __kzalloc() wrapper that SLOB was using. Reported-by: Jan Engelhardt <jengelh@computergmbh.de> Signed-off-by: Paul Mundt <lethal@linux-sh.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>