summaryrefslogtreecommitdiff
path: root/fs/ceph/ceph_fs.h
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2009-11-20 02:31:50 +0300
committerSage Weil <sage@newdream.net>2009-11-21 01:24:33 +0300
commit94045e115ee72aee3b17295791da07078f2f778c (patch)
treebc38f3425b15995709ee4f698246b2febffff515 /fs/ceph/ceph_fs.h
parent0743304d871559cb4c7c066357de2caa60e94c2f (diff)
downloadlinux-94045e115ee72aee3b17295791da07078f2f778c.tar.xz
ceph: decode updated mdsmap format
The mds map now uses the global_id as the 'key' (instead of the addr, which was a poor choice). This is protocol change. Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph/ceph_fs.h')
-rw-r--r--fs/ceph/ceph_fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/ceph_fs.h b/fs/ceph/ceph_fs.h
index 1e96a9a87d8d..4e5f49c738d8 100644
--- a/fs/ceph/ceph_fs.h
+++ b/fs/ceph/ceph_fs.h
@@ -39,7 +39,7 @@
#define CEPH_MDS_PROTOCOL 9 /* cluster internal */
#define CEPH_MON_PROTOCOL 5 /* cluster internal */
#define CEPH_OSDC_PROTOCOL 22 /* server/client */
-#define CEPH_MDSC_PROTOCOL 29 /* server/client */
+#define CEPH_MDSC_PROTOCOL 30 /* server/client */
#define CEPH_MONC_PROTOCOL 15 /* server/client */