diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2008-04-29 09:59:43 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-29 17:06:06 +0200 |
commit | 3265e66b1825942c6e0fc457986cdf941a5f7d37 (patch) | |
tree | 9ea1d7eee09d60bad4a5ebc4140088a0203de7af /lib/bust_spinlocks.c | |
parent | isolate ratelimit from printk.c for other use (diff) | |
download | linux-3265e66b1825942c6e0fc457986cdf941a5f7d37.tar.xz linux-3265e66b1825942c6e0fc457986cdf941a5f7d37.zip |
directly use kmalloc() and kfree() in init/initramfs.c
Instead of using the malloc() and free() wrappers needed by the
lib/inflate.c code for allocations, simply use kmalloc() and kfree() in the
initramfs code. This is needed for a further lib/inflate.c-related cleanup
patch that will remove the malloc() and free() functions.
Take that opportunity to remove the useless kmalloc() return value
cast.
Based on work done by Matt Mackall.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Matt Mackall <mpm@selenic.com>
Cc: Jan Engelhardt <jengelh@computergmbh.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib/bust_spinlocks.c')
0 files changed, 0 insertions, 0 deletions