From: Alex Elder Date: Tue, 9 Oct 2012 03:37:30 +0000 (-0700) Subject: rbd: let con_work() handle backoff X-Git-Tag: v3.8-rc1~21^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8618e30bc14b06bfafa0f164cca7b0e06451f88a;p=pandora-kernel.git rbd: let con_work() handle backoff Both ceph_fault() and con_work() include handling for imposing a delay before doing further processing on a faulted connection. The latter is used only if ceph_fault() is unable to. Instead, just let con_work() always be responsible for implementing the delay. After setting up the delay value, set the BACKOFF flag on the connection unconditionally and call queue_con() to ensure con_work() will get called to handle it. Signed-off-by: Alex Elder Reviewed-by: Sage Weil --- Reading git-diff-tree failed