From: Wyatt Banks Date: Mon, 16 Jul 2007 06:40:50 +0000 (-0700) Subject: HFSPlus: change kmalloc/memset to kzalloc X-Git-Tag: v2.6.23-rc1~879 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5001a27802723d6de50d9d8a446d594116524b0;p=pandora-kernel.git HFSPlus: change kmalloc/memset to kzalloc Removed kmalloc and memset in favor of kzalloc. To explain the HFSPLUS_SB() macro in the removed memset call: hfsplus_fs.h:#define HFSPLUS_SB(super) (*(struct hfsplus_sb_info *)(super)->s_fs_info) Signed-off-by: Wyatt Banks Cc: Roman Zippel Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed