From: Alex Elder Date: Sun, 27 May 2012 04:26:43 +0000 (-0500) Subject: libceph: fully initialize connection in con_init() X-Git-Tag: v3.6-rc1~36^2~115 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bfd89f4e6e1adc6a782d94aa5d4c53be1e404d7;p=pandora-kernel.git libceph: fully initialize connection in con_init() Move the initialization of a ceph connection's private pointer, operations vector pointer, and peer name information into ceph_con_init(). Rearrange the arguments so the connection pointer is first. Hide the byte-swapping of the peer entity number inside ceph_con_init() Signed-off-by: Alex Elder Reviewed-by: Sage Weil --- Reading git-diff-tree failed