aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-10-15 16:19:22 -0400
committerChris Mason <chris.mason@oracle.com>2008-09-25 11:03:56 -0400
commit19c00ddcc31ad4bdfb86b57085e06d6135b9b1d7 (patch)
treea48cbaac47070057912c1b35d270b61b7e14386c /fs/btrfs/ctree.h
parent0f82731fc56448c2733f58e1f5db6c2cbfc90652 (diff)
Btrfs: Add back metadata checksumming
Signed-off-by: Chris Mason <chris.mason@oracle.com>
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;