summaryrefslogtreecommitdiffstats
path: root/fs/ceph/mon_client.c
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2009-10-12 19:28:13 +0200
committerSage Weil <sage@newdream.net>2009-10-12 19:29:24 +0200
commit8fc57da4d32767cc6096ecaed24636dabefd1dbc (patch)
treed69f095c5fb1ba62bf6d6b99c877b6c6c6a3db33 /fs/ceph/mon_client.c
parentceph: add file layout validation (diff)
downloadlinux-8fc57da4d32767cc6096ecaed24636dabefd1dbc.tar.xz
linux-8fc57da4d32767cc6096ecaed24636dabefd1dbc.zip
ceph: ignore trailing data in monamp
This lets us extend the format more easily. Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph/mon_client.c')
-rw-r--r--fs/ceph/mon_client.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/ceph/mon_client.c b/fs/ceph/mon_client.c
index dc698caccc42..d6c8e783467e 100644
--- a/fs/ceph/mon_client.c
+++ b/fs/ceph/mon_client.c
@@ -60,9 +60,6 @@ struct ceph_monmap *ceph_monmap_decode(void *p, void *end)
m->num_mon = num_mon;
ceph_decode_copy(&p, m->mon_inst, num_mon*sizeof(m->mon_inst[0]));
- if (p != end)
- goto bad;
-
dout("monmap_decode epoch %d, num_mon %d\n", m->epoch,
m->num_mon);
for (i = 0; i < m->num_mon; i++)