diff options
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 1e83ad720b10..19a1d998fca7 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -286,10 +286,7 @@ struct btrfs_block_group_cache { | |||
286 | int cached; | 286 | int cached; |
287 | }; | 287 | }; |
288 | 288 | ||
289 | struct crypto_hash; | ||
290 | |||
291 | struct btrfs_fs_info { | 289 | struct btrfs_fs_info { |
292 | spinlock_t hash_lock; | ||
293 | struct btrfs_root *extent_root; | 290 | struct btrfs_root *extent_root; |
294 | struct btrfs_root *tree_root; | 291 | struct btrfs_root *tree_root; |
295 | struct radix_tree_root fs_roots_radix; | 292 | struct radix_tree_root fs_roots_radix; |
@@ -314,7 +311,6 @@ struct btrfs_fs_info { | |||
314 | struct mutex fs_mutex; | 311 | struct mutex fs_mutex; |
315 | struct list_head trans_list; | 312 | struct list_head trans_list; |
316 | struct list_head dead_roots; | 313 | struct list_head dead_roots; |
317 | struct crypto_hash *hash_tfm; | ||
318 | struct delayed_work trans_work; | 314 | struct delayed_work trans_work; |
319 | int do_barriers; | 315 | int do_barriers; |
320 | int closing; | 316 | int closing; |