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, 0 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.c b/fs/btrfs/ctree.c
index 4736155af419..498dea0854c1 100644
--- a/fs/btrfs/ctree.c
+++ b/fs/btrfs/ctree.c
@@ -1647,7 +1647,6 @@ int btrfs_insert_item(struct btrfs_trans_handle *trans, struct btrfs_root
1647 1647
1648 path = btrfs_alloc_path(); 1648 path = btrfs_alloc_path();
1649 BUG_ON(!path); 1649 BUG_ON(!path);
1650 btrfs_init_path(path);
1651 ret = btrfs_insert_empty_item(trans, root, path, cpu_key, data_size); 1650 ret = btrfs_insert_empty_item(trans, root, path, cpu_key, data_size);
1652 if (!ret) { 1651 if (!ret) {
1653 ptr = btrfs_item_ptr(btrfs_buffer_leaf(path->nodes[0]), 1652 ptr = btrfs_item_ptr(btrfs_buffer_leaf(path->nodes[0]),