fs: Convert kmalloc() + memset() to kzalloc() in fs/.
authorRobert P. J. Day <rpjday@mindspring.com>
Tue, 12 Dec 2006 19:07:35 +0000 (20:07 +0100)
committerAdrian Bunk <bunk@stusta.de>
Tue, 12 Dec 2006 19:07:35 +0000 (20:07 +0100)
commitb87576d59b5e8bd235e8579fd33b5d5af528b210
treeb6074c27635d7cfe82fb3290f25517ec6a522c68
parentdf4365ce8829e84e8e6fe7d2371ea8f40630e865
fs: Convert kmalloc() + memset() to kzalloc() in fs/.

Convert the single available instance of kmalloc() + memset() to
kzalloc() in the fs/ directory.

Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
fs/binfmt_elf_fdpic.c