From: Sage Weil Date: Wed, 27 Jun 2012 19:24:34 +0000 (-0700) Subject: libceph: initialize mon_client con only once X-Git-Tag: v3.6-rc1~36^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=735a72ef952d42a256f79ae3e6dc1c17a45c041b;p=pandora-kernel.git libceph: initialize mon_client con only once Do not re-initialize the con on every connection attempt. When we ceph_con_close, there may still be work queued on the socket (e.g., to close it), and re-initializing will clobber the work_struct state. Signed-off-by: Sage Weil --- Reading git-diff-tree failed