]> git.ipfire.org Git - people/ms/linux.git/commit - net/ceph/messenger.c
libceph: encapsulate connection backoff
authorAlex Elder <elder@inktank.com>
Tue, 19 Feb 2013 18:25:57 +0000 (12:25 -0600)
committerAlex Elder <elder@inktank.com>
Mon, 25 Feb 2013 21:37:24 +0000 (15:37 -0600)
commitf20a39fd6e6356b4cf3c1650c4dc6c66c99d8bae
tree200084eee31132641d4402a4cf115f4378d5f586
parent154171678989950f6c392e126fa8006a145ed1cc
libceph: encapsulate connection backoff

Collect the code that tests for and implements a backoff delay for a
ceph connection into a new function, ceph_backoff().

Make the debug output messages in that part of the code report
things consistently by reporting a message in the socket closed
case, and by making the one for PREOPEN state report the connection
pointer like the rest.

Signed-off-by: Alex Elder <elder@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
net/ceph/messenger.c