aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r--fs/btrfs/ctree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index d1c6f023a30..1af0a966f85 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -310,9 +310,11 @@ struct btrfs_fs_info {
310 struct extent_buffer *sb_buffer; 310 struct extent_buffer *sb_buffer;
311 struct super_block *sb; 311 struct super_block *sb;
312 struct inode *btree_inode; 312 struct inode *btree_inode;
313 spinlock_t hash_lock;
313 struct mutex trans_mutex; 314 struct mutex trans_mutex;
314 struct mutex fs_mutex; 315 struct mutex fs_mutex;
315 struct list_head trans_list; 316 struct list_head trans_list;
317 struct list_head hashers;
316 struct list_head dead_roots; 318 struct list_head dead_roots;
317 struct delayed_work trans_work; 319 struct delayed_work trans_work;
318 struct kobject super_kobj; 320 struct kobject super_kobj;