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)
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>

No differences found