aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/ceph_fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ceph/ceph_fs.h')
-rw-r--r--fs/ceph/ceph_fs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ceph/ceph_fs.h b/fs/ceph/ceph_fs.h
index b3bbab1952c9..56af192cb430 100644
--- a/fs/ceph/ceph_fs.h
+++ b/fs/ceph/ceph_fs.h
@@ -100,7 +100,6 @@ int ceph_file_layout_is_valid(const struct ceph_file_layout *layout);
100#define CEPH_MSG_MON_SUBSCRIBE_ACK 16 100#define CEPH_MSG_MON_SUBSCRIBE_ACK 16
101 101
102/* client <-> mds */ 102/* client <-> mds */
103#define CEPH_MSG_MDS_GETMAP 20
104#define CEPH_MSG_MDS_MAP 21 103#define CEPH_MSG_MDS_MAP 21
105 104
106#define CEPH_MSG_CLIENT_SESSION 22 105#define CEPH_MSG_CLIENT_SESSION 22
@@ -115,7 +114,6 @@ int ceph_file_layout_is_valid(const struct ceph_file_layout *layout);
115#define CEPH_MSG_CLIENT_CAPRELEASE 0x313 114#define CEPH_MSG_CLIENT_CAPRELEASE 0x313
116 115
117/* osd */ 116/* osd */
118#define CEPH_MSG_OSD_GETMAP 40
119#define CEPH_MSG_OSD_MAP 41 117#define CEPH_MSG_OSD_MAP 41
120#define CEPH_MSG_OSD_OP 42 118#define CEPH_MSG_OSD_OP 42
121#define CEPH_MSG_OSD_OPREPLY 43 119#define CEPH_MSG_OSD_OPREPLY 43