From a5001a27802723d6de50d9d8a446d594116524b0 Mon Sep 17 00:00:00 2001 From: Wyatt Banks Date: Sun, 15 Jul 2007 23:40:50 -0700 Subject: [PATCH] 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-format-patch failed