From: Alex Elder Date: Sat, 2 Mar 2013 00:00:14 +0000 (-0600) Subject: libceph: define mds_alloc_msg() method X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~26^2~233 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53ded495c6ac9f79d9a7f91bac92ba977944306c;p=pandora-kernel.git libceph: define mds_alloc_msg() method The only user of the ceph messenger that doesn't define an alloc_msg method is the mds client. Define one, such that it works just like it did before, and simplify ceph_con_in_msg_alloc() by assuming the alloc_msg method is always present. This and the next patch resolve: http://tracker.ceph.com/issues/4322 Signed-off-by: Alex Elder Reviewed-by: Greg Farnum --- Reading git-diff-tree failed