diff options
author | Sage Weil <sage@newdream.net> | 2009-11-12 18:05:52 -0500 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2009-11-12 18:56:51 -0500 |
commit | 039934b895c89c2bb40aa5132efe00e60b70efca (patch) | |
tree | cb29a509f2fcf6423191beb8b6aec6e20b89ee14 /fs/ceph/super.h | |
parent | fef320ff8887c702cde7ca6b8dbfff3a341d49fe (diff) |
ceph: build cleanly without CONFIG_DEBUG_FS
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph/super.h')
-rw-r--r-- | fs/ceph/super.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ceph/super.h b/fs/ceph/super.h index 06b62c02f513..8aa1ffba6c0d 100644 --- a/fs/ceph/super.h +++ b/fs/ceph/super.h | |||
@@ -112,9 +112,11 @@ static inline unsigned long time_sub(unsigned long a, unsigned long b) | |||
112 | */ | 112 | */ |
113 | struct ceph_client { | 113 | struct ceph_client { |
114 | __s64 whoami; /* my client number */ | 114 | __s64 whoami; /* my client number */ |
115 | #ifdef CONFIG_DEBUG_FS | ||
115 | struct dentry *debugfs_monmap; | 116 | struct dentry *debugfs_monmap; |
116 | struct dentry *debugfs_mdsmap, *debugfs_osdmap; | 117 | struct dentry *debugfs_mdsmap, *debugfs_osdmap; |
117 | struct dentry *debugfs_dir, *debugfs_dentry_lru, *debugfs_caps; | 118 | struct dentry *debugfs_dir, *debugfs_dentry_lru, *debugfs_caps; |
119 | #endif | ||
118 | 120 | ||
119 | struct mutex mount_mutex; /* serialize mount attempts */ | 121 | struct mutex mount_mutex; /* serialize mount attempts */ |
120 | struct ceph_mount_args *mount_args; | 122 | struct ceph_mount_args *mount_args; |