diff options
Diffstat (limited to 'fs/ceph/mds_client.h')
-rw-r--r-- | fs/ceph/mds_client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ceph/mds_client.h b/fs/ceph/mds_client.h index f566e9c84295..0751b821f231 100644 --- a/fs/ceph/mds_client.h +++ b/fs/ceph/mds_client.h | |||
@@ -256,7 +256,9 @@ struct ceph_mds_client { | |||
256 | spinlock_t cap_dirty_lock; /* protects above items */ | 256 | spinlock_t cap_dirty_lock; /* protects above items */ |
257 | wait_queue_head_t cap_flushing_wq; | 257 | wait_queue_head_t cap_flushing_wq; |
258 | 258 | ||
259 | #ifdef CONFIG_DEBUG_FS | ||
259 | struct dentry *debugfs_file; | 260 | struct dentry *debugfs_file; |
261 | #endif | ||
260 | 262 | ||
261 | spinlock_t dentry_lru_lock; | 263 | spinlock_t dentry_lru_lock; |
262 | struct list_head dentry_lru; | 264 | struct list_head dentry_lru; |