diff options
Diffstat (limited to 'fs/btrfs/extent-tree.c')
-rw-r--r-- | fs/btrfs/extent-tree.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fs/btrfs/extent-tree.c b/fs/btrfs/extent-tree.c index 7c18566fd2b4..203d9a5a4030 100644 --- a/fs/btrfs/extent-tree.c +++ b/fs/btrfs/extent-tree.c | |||
@@ -26,10 +26,9 @@ | |||
26 | #include <linux/ratelimit.h> | 26 | #include <linux/ratelimit.h> |
27 | #include <linux/percpu_counter.h> | 27 | #include <linux/percpu_counter.h> |
28 | #include "hash.h" | 28 | #include "hash.h" |
29 | #include "ctree.h" | 29 | #include "tree-log.h" |
30 | #include "disk-io.h" | 30 | #include "disk-io.h" |
31 | #include "print-tree.h" | 31 | #include "print-tree.h" |
32 | #include "transaction.h" | ||
33 | #include "volumes.h" | 32 | #include "volumes.h" |
34 | #include "raid56.h" | 33 | #include "raid56.h" |
35 | #include "locking.h" | 34 | #include "locking.h" |
@@ -8714,7 +8713,7 @@ int btrfs_make_block_group(struct btrfs_trans_handle *trans, | |||
8714 | 8713 | ||
8715 | extent_root = root->fs_info->extent_root; | 8714 | extent_root = root->fs_info->extent_root; |
8716 | 8715 | ||
8717 | root->fs_info->last_trans_log_full_commit = trans->transid; | 8716 | btrfs_set_log_full_commit(root->fs_info, trans); |
8718 | 8717 | ||
8719 | cache = btrfs_create_block_group_cache(root, chunk_offset, size); | 8718 | cache = btrfs_create_block_group_cache(root, chunk_offset, size); |
8720 | if (!cache) | 8719 | if (!cache) |