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 70c03f5f0953..906410719acb 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -1718,6 +1718,7 @@ struct btrfs_root { | |||
1718 | struct mutex log_mutex; | 1718 | struct mutex log_mutex; |
1719 | wait_queue_head_t log_writer_wait; | 1719 | wait_queue_head_t log_writer_wait; |
1720 | wait_queue_head_t log_commit_wait[2]; | 1720 | wait_queue_head_t log_commit_wait[2]; |
1721 | struct list_head log_ctxs[2]; | ||
1721 | atomic_t log_writers; | 1722 | atomic_t log_writers; |
1722 | atomic_t log_commit[2]; | 1723 | atomic_t log_commit[2]; |
1723 | atomic_t log_batch; | 1724 | atomic_t log_batch; |