commit | 9516e45b25d9967c35d2e798496ec5e590aaa24f | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Fri Mar 01 18:00:16 2013 -0600 |
committer | Sage Weil <sage@inktank.com> | Wed May 01 21:16:35 2013 -0700 |
tree | d5020891abe591d1821129ce15db8d0e797c1a21 | |
parent | 35c7bfbcd4fabded090e5ab316a1cbf053a0a980 [diff] |
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 <elder@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com>