From: Robert P. J. Day Date: Tue, 12 Dec 2006 19:07:35 +0000 (+0100) Subject: fs: Convert kmalloc() + memset() to kzalloc() in fs/. X-Git-Tag: v2.6.20-rc1~144^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b87576d59b5e8bd235e8579fd33b5d5af528b210;p=pandora-kernel.git 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 Signed-off-by: Adrian Bunk --- Reading git-diff-tree failed