diff options
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 047a84762d93..681b23933d9b 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -259,6 +259,7 @@ struct btrfs_fs_info { | |||
259 | struct list_head trans_list; | 259 | struct list_head trans_list; |
260 | struct crypto_hash *hash_tfm; | 260 | struct crypto_hash *hash_tfm; |
261 | spinlock_t hash_lock; | 261 | spinlock_t hash_lock; |
262 | int do_barriers; | ||
262 | struct kobject kobj; | 263 | struct kobject kobj; |
263 | }; | 264 | }; |
264 | 265 | ||