aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/osd_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ceph/osd_client.h')
-rw-r--r--fs/ceph/osd_client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ceph/osd_client.h b/fs/ceph/osd_client.h
index 9a4addf7d651..766c8dc80aff 100644
--- a/fs/ceph/osd_client.h
+++ b/fs/ceph/osd_client.h
@@ -83,7 +83,9 @@ struct ceph_osd_client {
83 struct rb_root requests; /* pending requests */ 83 struct rb_root requests; /* pending requests */
84 int num_requests; 84 int num_requests;
85 struct delayed_work timeout_work; 85 struct delayed_work timeout_work;
86#ifdef CONFIG_DEBUG_FS
86 struct dentry *debugfs_file; 87 struct dentry *debugfs_file;
88#endif
87 89
88 mempool_t *req_mempool; 90 mempool_t *req_mempool;
89 91