Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332497
b: refs/heads/master
c: 9ea3ef5
h: refs/heads/master
i:
  332495: 2ef5d0c
v: v3
  • Loading branch information
Alexander Block authored and Chris Mason committed Oct 1, 2012
1 parent 045d175 commit d683d05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b9291affaa4576762c30fb31083f33f5d745dea1
refs/heads/master: 9ea3ef516d828e435d283b7d5f0de05fd72a23ac
2 changes: 2 additions & 0 deletions trunk/fs/btrfs/send.c
Original file line number Diff line number Diff line change
Expand Up @@ -327,13 +327,15 @@ static int fs_path_add_from_extent_buffer(struct fs_path *p,
return ret;
}

#if 0
static void fs_path_remove(struct fs_path *p)
{
BUG_ON(p->reversed);
while (p->start != p->end && *p->end != '/')
p->end--;
*p->end = 0;
}
#endif

static int fs_path_copy(struct fs_path *p, struct fs_path *from)
{
Expand Down

0 comments on commit d683d05

Please sign in to comment.