aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ceph/mds_client.h')
-rw-r--r--fs/ceph/mds_client.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/ceph/mds_client.h b/fs/ceph/mds_client.h
index 98f09cd06006..9d6b90173879 100644
--- a/fs/ceph/mds_client.h
+++ b/fs/ceph/mds_client.h
@@ -5,7 +5,6 @@
5#include <linux/kref.h> 5#include <linux/kref.h>
6#include <linux/list.h> 6#include <linux/list.h>
7#include <linux/mutex.h> 7#include <linux/mutex.h>
8#include <linux/radix-tree.h>
9#include <linux/rbtree.h> 8#include <linux/rbtree.h>
10#include <linux/spinlock.h> 9#include <linux/spinlock.h>
11 10
@@ -246,7 +245,7 @@ struct ceph_mds_client {
246 * should be destroyed. 245 * should be destroyed.
247 */ 246 */
248 struct rw_semaphore snap_rwsem; 247 struct rw_semaphore snap_rwsem;
249 struct radix_tree_root snap_realms; 248 struct rb_root snap_realms;
250 struct list_head snap_empty; 249 struct list_head snap_empty;
251 spinlock_t snap_empty_lock; /* protect snap_empty */ 250 spinlock_t snap_empty_lock; /* protect snap_empty */
252 251