From: Chao Yu Date: Tue, 6 Jan 2015 06:28:43 +0000 (+0800) Subject: f2fs: get rid of kzalloc in __recover_inline_status X-Git-Tag: fixes-v4.0-rc1~114^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e5ba77fdbe3fea86b1e36903dd696b24b1c4607;p=pandora-kernel.git f2fs: get rid of kzalloc in __recover_inline_status We use kzalloc to allocate memory in __recover_inline_status, and use this all-zero memory to check the inline date content of inode page by comparing them. This is low effective and not needed, let's check inline date content directly. Signed-off-by: Chao Yu [Jaegeuk Kim: make the code more neat] Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed