ceph: fix mdsmap decoding when multiple mds's are present
authorSage Weil <sage@newdream.net>
Wed, 7 Oct 2009 23:38:19 +0000 (16:38 -0700)
committerSage Weil <sage@newdream.net>
Wed, 7 Oct 2009 23:38:55 +0000 (16:38 -0700)
commite251e288082d5e89604eee1fef0c31bed1fe8f02
tree5da0110e270076238b4bba407de707337d4b723b
parentb28813a61d6ffe05ad353a86965607bb7a7fd60f
ceph: fix mdsmap decoding when multiple mds's are present

A misplaced sizeof() around namelen was throwing things off.

Signed-off-by: Sage Weil <sage@newdream.net>
fs/ceph/mdsmap.c