Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128549
b: refs/heads/master
c: eef1c49
h: refs/heads/master
i:
  128547: 73bd26a
v: v3
  • Loading branch information
Yan authored and Chris Mason committed Sep 25, 2008
1 parent 338c2fa commit 67b8ff0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0e4de58432f552c0ecead965b0fad8a9fb1d31ec
refs/heads/master: eef1c494a2d4212e13c67d05e9cc3cd1e6dfed5d
5 changes: 2 additions & 3 deletions trunk/fs/btrfs/ctree.c
Original file line number Diff line number Diff line change
Expand Up @@ -1717,11 +1717,10 @@ static int push_leaf_left(struct btrfs_trans_handle *trans, struct btrfs_root
btrfs_item_nr_offset(push_items),
(btrfs_header_nritems(right) - push_items) *
sizeof(struct btrfs_item));

}
btrfs_set_header_nritems(right, right_nritems - push_items);
right_nritems -= push_items;
btrfs_set_header_nritems(right, right_nritems);
push_space = BTRFS_LEAF_DATA_SIZE(root);

for (i = 0; i < right_nritems; i++) {
item = btrfs_item_nr(right, i);

Expand Down

0 comments on commit 67b8ff0

Please sign in to comment.