diff options
author | Matt Helsley <matthltc@us.ibm.com> | 2006-10-02 11:18:25 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-02 16:57:22 +0200 |
commit | 2453a3062d36f39f01302f9f1ad18e7a0c54fe38 (patch) | |
tree | f684fbca3edfdcaeca3618a0c518bcf39418c9fc /init/do_mounts_initrd.c | |
parent | [PATCH] nsproxy cloning error path fix (diff) | |
download | linux-2453a3062d36f39f01302f9f1ad18e7a0c54fe38.tar.xz linux-2453a3062d36f39f01302f9f1ad18e7a0c54fe38.zip |
[PATCH] ipc: replace kmalloc and memset in get_undo_list with kzalloc
Simplify get_undo_list() by dropping the unnecessary cast, removing the
size variable, and switching to kzalloc() instead of a kmalloc() followed
by a memset().
This cleanup was split then modified from Jes Sorenson's Task Notifiers
patches.
Signed-off-by: Matt Helsley <matthltc@us.ibm.com>
Cc: Jes Sorensen <jes@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'init/do_mounts_initrd.c')
0 files changed, 0 insertions, 0 deletions