diff options
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 c9735378be3f..4caaa5911110 100644 --- a/fs/ceph/messenger.h +++ b/fs/ceph/messenger.h | |||
@@ -119,7 +119,6 @@ struct ceph_msg_pos { | |||
119 | * state with the peer. */ | 119 | * state with the peer. */ |
120 | #define CLOSED 10 /* we've closed the connection */ | 120 | #define CLOSED 10 /* we've closed the connection */ |
121 | #define SOCK_CLOSED 11 /* socket state changed to closed */ | 121 | #define SOCK_CLOSED 11 /* socket state changed to closed */ |
122 | #define REGISTERED 12 /* connection appears in con_tree */ | ||
123 | #define OPENING 13 /* open connection w/ (possibly new) peer */ | 122 | #define OPENING 13 /* open connection w/ (possibly new) peer */ |
124 | #define DEAD 14 /* dead, about to kfree */ | 123 | #define DEAD 14 /* dead, about to kfree */ |
125 | 124 | ||