Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332499
b: refs/heads/master
c: d27aed5
h: refs/heads/master
i:
  332497: d683d05
  332495: 2ef5d0c
v: v3
  • Loading branch information
Alexander Block authored and Chris Mason committed Oct 1, 2012
1 parent 8b4048a commit b7c110c
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: ccf1626b49a94d66f3bb58d634888049ac695b46
refs/heads/master: d27aed5e24f8e7bb2b0d11e7a579f2bbdebafc2f
2 changes: 0 additions & 2 deletions trunk/fs/btrfs/send.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ struct send_ctx {

struct name_cache_entry {
struct list_head list;
struct list_head use_list;
u64 ino;
u64 gen;
u64 parent_ino;
Expand Down Expand Up @@ -1906,7 +1905,6 @@ static int __get_cur_name_and_parent(struct send_ctx *sctx,
nce->name_len = fs_path_len(dest);
nce->ret = ret;
strcpy(nce->name, dest->start);
memset(&nce->use_list, 0, sizeof(nce->use_list));

if (ino < sctx->send_progress)
nce->need_later_update = 0;
Expand Down

0 comments on commit b7c110c

Please sign in to comment.