aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/mon_client.h
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2009-11-12 18:05:52 -0500
committerSage Weil <sage@newdream.net>2009-11-12 18:56:51 -0500
commit039934b895c89c2bb40aa5132efe00e60b70efca (patch)
treecb29a509f2fcf6423191beb8b6aec6e20b89ee14 /fs/ceph/mon_client.h
parentfef320ff8887c702cde7ca6b8dbfff3a341d49fe (diff)
ceph: build cleanly without CONFIG_DEBUG_FS
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph/mon_client.h')
-rw-r--r--fs/ceph/mon_client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ceph/mon_client.h b/fs/ceph/mon_client.h
index 5258c5693b03..9f6db45bf469 100644
--- a/fs/ceph/mon_client.h
+++ b/fs/ceph/mon_client.h
@@ -78,7 +78,9 @@ struct ceph_mon_client {
78 int want_next_osdmap; /* 1 = want, 2 = want+asked */ 78 int want_next_osdmap; /* 1 = want, 2 = want+asked */
79 u32 have_osdmap, have_mdsmap; 79 u32 have_osdmap, have_mdsmap;
80 80
81#ifdef CONFIG_DEBUG_FS
81 struct dentry *debugfs_file; 82 struct dentry *debugfs_file;
83#endif
82}; 84};
83 85
84extern struct ceph_monmap *ceph_monmap_decode(void *p, void *end); 86extern struct ceph_monmap *ceph_monmap_decode(void *p, void *end);