Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360428
b: refs/heads/master
c: d4c0a7d
h: refs/heads/master
v: v3
  • Loading branch information
Eric Sandeen authored and Josef Bacik committed Feb 20, 2013
1 parent 033f768 commit 8f7a12b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: 37252a66f34940421942725ca75d12e6008682dc
refs/heads/master: d4c0a7da214d7915200d3e64c058ef36771186f2
2 changes: 0 additions & 2 deletions trunk/fs/btrfs/delayed-inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,6 @@ static int btrfs_insert_delayed_item(struct btrfs_trans_handle *trans,
struct btrfs_delayed_item *delayed_item)
{
struct extent_buffer *leaf;
struct btrfs_item *item;
char *ptr;
int ret;

Expand All @@ -886,7 +885,6 @@ static int btrfs_insert_delayed_item(struct btrfs_trans_handle *trans,

leaf = path->nodes[0];

item = btrfs_item_nr(leaf, path->slots[0]);
ptr = btrfs_item_ptr(leaf, path->slots[0], char);

write_extent_buffer(leaf, delayed_item->data, (unsigned long)ptr,
Expand Down

0 comments on commit 8f7a12b

Please sign in to comment.