From 22a61f7cdeb281a4016ac6594cf798c4209b4247 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 25 Jan 2010 11:18:17 -0800 Subject: [PATCH] --- yaml --- r: 188679 b: refs/heads/master c: 3ea25f9441fc0951ada649105f2c57a59536b539 h: refs/heads/master i: 188677: e69c0f3da6799c8a33517163caea42a71e7c9f57 188675: a5abd544ee2993a68930bcfebddc059af4ee7ee5 188671: 29c5afa9813f13b8c5f4b4c8f6f96ac2b2556705 v: v3 --- [refs] | 2 +- trunk/fs/ceph/ceph_fs.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 9a55bd148703..c5dd493150c0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ec7384ec23dc5a9ea8733e90438e16b6066bfe1b +refs/heads/master: 3ea25f9441fc0951ada649105f2c57a59536b539 diff --git a/trunk/fs/ceph/ceph_fs.h b/trunk/fs/ceph/ceph_fs.h index d0f2557bb41b..d8923fed8c2e 100644 --- a/trunk/fs/ceph/ceph_fs.h +++ b/trunk/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 31 /* server/client */ +#define CEPH_MDSC_PROTOCOL 32 /* server/client */ #define CEPH_MONC_PROTOCOL 15 /* server/client */ @@ -271,7 +271,7 @@ enum { CEPH_MDS_OP_RMDIR = 0x01221, CEPH_MDS_OP_SYMLINK = 0x01222, - CEPH_MDS_OP_CREATE = 0x00301, + CEPH_MDS_OP_CREATE = 0x01301, CEPH_MDS_OP_OPEN = 0x00302, CEPH_MDS_OP_READDIR = 0x00305,