diff options
author | Chris Mason <chris.mason@oracle.com> | 2007-10-15 16:19:22 -0400 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2008-09-25 11:03:56 -0400 |
commit | 19c00ddcc31ad4bdfb86b57085e06d6135b9b1d7 (patch) | |
tree | a48cbaac47070057912c1b35d270b61b7e14386c /fs/btrfs/ctree.h | |
parent | 0f82731fc56448c2733f58e1f5db6c2cbfc90652 (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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index d1c6f023a302..1af0a966f85b 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; |