ceph: fix debugfs entry, simplify fsid checks
authorSage Weil <sage@newdream.net>
Thu, 19 Nov 2009 00:50:41 +0000 (16:50 -0800)
committerSage Weil <sage@newdream.net>
Fri, 20 Nov 2009 22:24:27 +0000 (14:24 -0800)
We may first learn our fsid from any of the mon, osd, or mds maps
(whichever the monitor sends first).  Consolidate checks in a single
helper.  Initialize the client debugfs entry then, since we need the
fsid (and global_id) for the directory name.

Also remove dead mount code.

Signed-off-by: Sage Weil <sage@newdream.net>

No differences found