android_kernel_google_msm/include/linux/ceph
Alex Elder 31a84d8343 libceph: embed ceph connection structure in mon_client
(cherry picked from commit 67130934fb)

A monitor client has a pointer to a ceph connection structure in it.
This is the only one of the three ceph client types that do it this
way; the OSD and MDS clients embed the connection into their main
structures.  There is always exactly one ceph connection for a
monitor client, so there is no need to allocate it separate from the
monitor client structure.

So switch the ceph_mon_client structure to embed its
ceph_connection structure.

Signed-off-by: Alex Elder <elder@inktank.com>
Reviewed-by: Sage Weil <sage@inktank.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-11-26 11:38:22 -08:00
..
auth.h ceph: messenger: reduce args to create_authorizer 2012-11-26 11:38:07 -08:00
buffer.h
ceph_debug.h
ceph_frag.h
ceph_fs.h
ceph_hash.h
debugfs.h
decode.h
libceph.h libceph: embed ceph messenger structure in ceph_client 2012-11-26 11:38:21 -08:00
mdsmap.h
messenger.h libceph: start tracking connection socket state 2012-11-26 11:38:22 -08:00
mon_client.h libceph: embed ceph connection structure in mon_client 2012-11-26 11:38:22 -08:00
msgpool.h
msgr.h
osd_client.h
osdmap.h
pagelist.h
rados.h
types.h