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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index bb4a8d2200d0..040213359393 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -526,6 +526,7 @@ struct btrfs_fs_info {
526 struct btrfs_transaction *running_transaction; 526 struct btrfs_transaction *running_transaction;
527 wait_queue_head_t transaction_throttle; 527 wait_queue_head_t transaction_throttle;
528 wait_queue_head_t transaction_wait; 528 wait_queue_head_t transaction_wait;
529 wait_queue_head_t async_submit_wait;
529 struct btrfs_super_block super_copy; 530 struct btrfs_super_block super_copy;
530 struct btrfs_super_block super_for_commit; 531 struct btrfs_super_block super_for_commit;
531 struct block_device *__bdev; 532 struct block_device *__bdev;