diff options
Diffstat (limited to 'fs/ceph/super.c')
-rw-r--r-- | fs/ceph/super.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ceph/super.c b/fs/ceph/super.c index b3404a319c2..442a9900317 100644 --- a/fs/ceph/super.c +++ b/fs/ceph/super.c | |||
@@ -231,7 +231,6 @@ const char *ceph_msg_type_name(int type) | |||
231 | case CEPH_MSG_CLIENT_MOUNT_ACK: return "client_mount_ack"; | 231 | case CEPH_MSG_CLIENT_MOUNT_ACK: return "client_mount_ack"; |
232 | case CEPH_MSG_STATFS: return "statfs"; | 232 | case CEPH_MSG_STATFS: return "statfs"; |
233 | case CEPH_MSG_STATFS_REPLY: return "statfs_reply"; | 233 | case CEPH_MSG_STATFS_REPLY: return "statfs_reply"; |
234 | case CEPH_MSG_MDS_GETMAP: return "mds_getmap"; | ||
235 | case CEPH_MSG_MDS_MAP: return "mds_map"; | 234 | case CEPH_MSG_MDS_MAP: return "mds_map"; |
236 | case CEPH_MSG_CLIENT_SESSION: return "client_session"; | 235 | case CEPH_MSG_CLIENT_SESSION: return "client_session"; |
237 | case CEPH_MSG_CLIENT_RECONNECT: return "client_reconnect"; | 236 | case CEPH_MSG_CLIENT_RECONNECT: return "client_reconnect"; |
@@ -242,7 +241,6 @@ const char *ceph_msg_type_name(int type) | |||
242 | case CEPH_MSG_CLIENT_CAPRELEASE: return "client_cap_release"; | 241 | case CEPH_MSG_CLIENT_CAPRELEASE: return "client_cap_release"; |
243 | case CEPH_MSG_CLIENT_SNAP: return "client_snap"; | 242 | case CEPH_MSG_CLIENT_SNAP: return "client_snap"; |
244 | case CEPH_MSG_CLIENT_LEASE: return "client_lease"; | 243 | case CEPH_MSG_CLIENT_LEASE: return "client_lease"; |
245 | case CEPH_MSG_OSD_GETMAP: return "osd_getmap"; | ||
246 | case CEPH_MSG_OSD_MAP: return "osd_map"; | 244 | case CEPH_MSG_OSD_MAP: return "osd_map"; |
247 | case CEPH_MSG_OSD_OP: return "osd_op"; | 245 | case CEPH_MSG_OSD_OP: return "osd_op"; |
248 | case CEPH_MSG_OSD_OPREPLY: return "osd_opreply"; | 246 | case CEPH_MSG_OSD_OPREPLY: return "osd_opreply"; |