]> git.ipfire.org Git - people/arne_f/kernel.git/commit
libceph: rename socket callbacks
authorAlex Elder <elder@inktank.com>
Tue, 22 May 2012 16:41:43 +0000 (11:41 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 26 Nov 2012 19:38:21 +0000 (11:38 -0800)
commitf5e79a443054452866bba4856ed243faf502d708
treea8e1559509c6f6f71c84b64d58476bae0a148441
parent809c58f1bd5fa3d3e9ff1d3614c00c1a1239abf1
libceph: rename socket callbacks

(cherry picked from commit 327800bdc2cb9b71f4b458ca07aa9d522668dde0)

Change the names of the three socket callback functions to make it
more obvious they're specifically associated with a connection's
socket (not the ceph connection that uses it).

Signed-off-by: Alex Elder <elder@inktank.com>
Reviewed-by: Yehuda Sadeh <yehuda@inktank.com>
Reviewed-by: Sage Weil <sage@inktank.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/ceph/messenger.c