From: Li Hong Date: Mon, 5 Apr 2010 16:54:11 +0000 (+0800) Subject: nilfs2: cleanup multi kmem_cache_{create,destroy} code X-Git-Tag: v2.6.35-rc1~462^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41c88bd74d372db5102996a4ea6167a725c24b5e;p=pandora-kernel.git nilfs2: cleanup multi kmem_cache_{create,destroy} code This cleanup patch gives several improvements: - Moving all kmem_cache_{create_destroy} calls into one place, which removes some small function calls, cleans up error check code and clarify the logic. - Mark all initial code in __init section. - Remove some very obvious comments. - Adjust some declarations. - Fix some space-tab issues. Signed-off-by: Li Hong Signed-off-by: Ryusuke Konishi --- Reading git-diff-tree failed