From: Sage Weil Date: Sun, 19 Aug 2012 19:29:16 +0000 (-0700) Subject: libceph: delay debugfs initialization until we learn global_id X-Git-Tag: v3.6-rc3~5^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1c338a509cea5378df59629ad47382810c38623;p=pandora-kernel.git libceph: delay debugfs initialization until we learn global_id The debugfs directory includes the cluster fsid and our unique global_id. We need to delay the initialization of the debug entry until we have learned both the fsid and our global_id from the monitor or else the second client can't create its debugfs entry and will fail (and multiple client instances aren't properly reflected in debugfs). Reported by: Yan, Zheng Signed-off-by: Sage Weil Reviewed-by: Yehuda Sadeh --- Reading git-diff-tree failed