Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347553
b: refs/heads/master
c: 57ba86c
h: refs/heads/master
i:
  347551: c64a76d
v: v3
  • Loading branch information
Chris Mason committed Dec 19, 2012
1 parent b2e0ba6 commit a374d93
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 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: 4c3e696981a565aace08678e70c40709a85f9b2b
refs/heads/master: 57ba86c00f9573b63b8c06810d4f6915efed2442
10 changes: 4 additions & 6 deletions trunk/fs/btrfs/ctree.c
Original file line number Diff line number Diff line change
Expand Up @@ -4611,12 +4611,6 @@ static void del_ptr(struct btrfs_trans_handle *trans, struct btrfs_root *root,
u32 nritems;
int ret;

if (level) {
ret = tree_mod_log_insert_key(root->fs_info, parent, slot,
MOD_LOG_KEY_REMOVE);
BUG_ON(ret < 0);
}

nritems = btrfs_header_nritems(parent);
if (slot != nritems - 1) {
if (level)
Expand All @@ -4627,6 +4621,10 @@ static void del_ptr(struct btrfs_trans_handle *trans, struct btrfs_root *root,
btrfs_node_key_ptr_offset(slot + 1),
sizeof(struct btrfs_key_ptr) *
(nritems - slot - 1));
} else if (level) {
ret = tree_mod_log_insert_key(root->fs_info, parent, slot,
MOD_LOG_KEY_REMOVE);
BUG_ON(ret < 0);
}

nritems--;
Expand Down

0 comments on commit a374d93

Please sign in to comment.