ceph: build cleanly without CONFIG_DEBUG_FS
[deliverable/linux.git] / fs / ceph / mon_client.h
index 5258c5693b0350f65868f88ad42a91c7b2eddb61..9f6db45bf469dba45e247ced45d0cb881f4bc24f 100644 (file)
@@ -78,7 +78,9 @@ struct ceph_mon_client {
        int want_next_osdmap; /* 1 = want, 2 = want+asked */
        u32 have_osdmap, have_mdsmap;
 
+#ifdef CONFIG_DEBUG_FS
        struct dentry *debugfs_file;
+#endif
 };
 
 extern struct ceph_monmap *ceph_monmap_decode(void *p, void *end);
This page took 0.134872 seconds and 5 git commands to generate.