aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/ctree.c')
-rw-r--r--fs/btrfs/ctree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.c b/fs/btrfs/ctree.c
index b33a6bfaf327..48c611948d11 100644
--- a/fs/btrfs/ctree.c
+++ b/fs/btrfs/ctree.c
@@ -753,6 +753,7 @@ static int split_node(struct btrfs_trans_handle *trans, struct btrfs_root
753 split_buffer = btrfs_alloc_free_block(trans, root); 753 split_buffer = btrfs_alloc_free_block(trans, root);
754 split = btrfs_buffer_node(split_buffer); 754 split = btrfs_buffer_node(split_buffer);
755 btrfs_set_header_flags(&split->header, btrfs_header_flags(&c->header)); 755 btrfs_set_header_flags(&split->header, btrfs_header_flags(&c->header));
756 btrfs_set_header_level(&split->header, btrfs_header_level(&c->header));
756 btrfs_set_header_blocknr(&split->header, split_buffer->b_blocknr); 757 btrfs_set_header_blocknr(&split->header, split_buffer->b_blocknr);
757 btrfs_set_header_generation(&split->header, trans->transid); 758 btrfs_set_header_generation(&split->header, trans->transid);
758 btrfs_set_header_parentid(&split->header, 759 btrfs_set_header_parentid(&split->header,