diff options
author | Sage Weil <sage@newdream.net> | 2010-02-26 13:55:51 -0800 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2010-03-01 15:19:51 -0800 |
commit | 1679f876a641d209e7b22e43ebda0693c71003cf (patch) | |
tree | 6cb4ba61dac343c093d7a428c48a2bb7619f0a31 /fs/ceph/messenger.h | |
parent | 080af17e9c6360c5a835528e8de3141a46273ed2 (diff) |
ceph: reset bits on connection close
Clear LOSSYTX bit, so that if/when we reconnect, said reconnect
will retry on failure.
Clear _PENDING bits too, to avoid polluting subsequent
connection state.
Drop unused REGISTERED bit.
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph/messenger.h')
-rw-r--r-- | fs/ceph/messenger.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ceph/messenger.h b/fs/ceph/messenger.h index c9735378be3..4caaa591111 100644 --- a/fs/ceph/messenger.h +++ b/fs/ceph/messenger.h @@ -119,7 +119,6 @@ struct ceph_msg_pos { * state with the peer. */ #define CLOSED 10 /* we've closed the connection */ #define SOCK_CLOSED 11 /* socket state changed to closed */ -#define REGISTERED 12 /* connection appears in con_tree */ #define OPENING 13 /* open connection w/ (possibly new) peer */ #define DEAD 14 /* dead, about to kfree */ |