From: Alex Elder Date: Sat, 2 Mar 2013 00:00:16 +0000 (-0600) Subject: libceph: simplify new message initialization X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~26^2~218 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9516e45b25d9967c35d2e798496ec5e590aaa24f;p=pandora-kernel.git libceph: simplify new message initialization Rather than explicitly initializing many fields to 0, NULL, or false in a newly-allocated message, just use kzalloc() for allocating new messages. This will become a much more convenient way of doing things anyway for upcoming patches that abstract the data field. Signed-off-by: Alex Elder Reviewed-by: Josh Durgin --- Reading git-diff-tree failed