aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.c
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2009-10-09 21:52:34 -0700
committerSage Weil <sage@newdream.net>2009-10-12 10:29:44 -0700
commit572033069dbc2cff8d4a2d2b34c576e1813fda70 (patch)
tree7fa9bc74fe1025108cc91715285af8e14aa6f883 /fs/ceph/super.c
parentceph: ignore trailing data in monamp (diff)
downloadlinux-dev-572033069dbc2cff8d4a2d2b34c576e1813fda70.tar.xz
linux-dev-572033069dbc2cff8d4a2d2b34c576e1813fda70.zip
ceph: remove unused CEPH_MSG_{OSD,MDS}_GETMAP
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph/super.c')
-rw-r--r--fs/ceph/super.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ceph/super.c b/fs/ceph/super.c
index b3404a319c22..442a9900317e 100644
--- a/fs/ceph/super.c
+++ b/fs/ceph/super.c
@@ -231,7 +231,6 @@ const char *ceph_msg_type_name(int type)
case CEPH_MSG_CLIENT_MOUNT_ACK: return "client_mount_ack";
case CEPH_MSG_STATFS: return "statfs";
case CEPH_MSG_STATFS_REPLY: return "statfs_reply";
- case CEPH_MSG_MDS_GETMAP: return "mds_getmap";
case CEPH_MSG_MDS_MAP: return "mds_map";
case CEPH_MSG_CLIENT_SESSION: return "client_session";
case CEPH_MSG_CLIENT_RECONNECT: return "client_reconnect";
@@ -242,7 +241,6 @@ const char *ceph_msg_type_name(int type)
case CEPH_MSG_CLIENT_CAPRELEASE: return "client_cap_release";
case CEPH_MSG_CLIENT_SNAP: return "client_snap";
case CEPH_MSG_CLIENT_LEASE: return "client_lease";
- case CEPH_MSG_OSD_GETMAP: return "osd_getmap";
case CEPH_MSG_OSD_MAP: return "osd_map";
case CEPH_MSG_OSD_OP: return "osd_op";
case CEPH_MSG_OSD_OPREPLY: return "osd_opreply";