commit | 039934b895c89c2bb40aa5132efe00e60b70efca | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Thu Nov 12 15:05:52 2009 -0800 |
committer | Sage Weil <sage@newdream.net> | Thu Nov 12 15:56:51 2009 -0800 |
tree | cb29a509f2fcf6423191beb8b6aec6e20b89ee14 | |
parent | fef320ff8887c702cde7ca6b8dbfff3a341d49fe [diff] [blame] |
ceph: build cleanly without CONFIG_DEBUG_FS Signed-off-by: Sage Weil <sage@newdream.net>
diff --git a/fs/ceph/mon_client.h b/fs/ceph/mon_client.h index 5258c56..9f6db45 100644 --- a/fs/ceph/mon_client.h +++ b/fs/ceph/mon_client.h
@@ -78,7 +78,9 @@ 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);