From: Alex Elder Date: Sun, 27 May 2012 04:26:43 +0000 (-0500) Subject: libceph: embed ceph messenger structure in ceph_client X-Git-Tag: v3.6-rc1~36^2~127 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15d9882c336db2db73ccf9871ae2398e452f694c;p=pandora-kernel.git libceph: embed ceph messenger structure in ceph_client A ceph client has a pointer to a ceph messenger structure in it. There is always exactly one ceph messenger for a ceph client, so there is no need to allocate it separate from the ceph client structure. Switch the ceph_client structure to embed its ceph_messenger structure. Signed-off-by: Alex Elder Reviewed-by: Yehuda Sadeh Reviewed-by: Sage Weil --- Reading git-diff-tree failed