Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318895
b: refs/heads/master
c: b24baf6
h: refs/heads/master
i:
  318893: 231a0ea
  318891: e2edd7d
  318887: 3293b4f
  318879: 31433b5
v: v3
  • Loading branch information
Chris Mason committed Jul 25, 2012
1 parent eeaf233 commit c1a0fbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: 113c1cb530e10bcada93d88ffaa6b521aae2d251
refs/heads/master: b24baf6917a376420d535548e1f88744028bcf24
4 changes: 2 additions & 2 deletions trunk/fs/btrfs/send.c
Original file line number Diff line number Diff line change
Expand Up @@ -2676,7 +2676,7 @@ static int process_recorded_refs(struct send_ctx *sctx)
struct ulist_iterator uit;
struct ulist_node *un;
struct fs_path *valid_path = NULL;
u64 ow_inode;
u64 ow_inode = 0;
u64 ow_gen;
int did_overwrite = 0;
int is_orphan = 0;
Expand Down Expand Up @@ -3553,7 +3553,7 @@ static int send_write(struct send_ctx *sctx, u64 offset, u32 len)
int ret = 0;
struct fs_path *p;
loff_t pos = offset;
int readed;
int readed = 0;
mm_segment_t old_fs;

p = fs_path_alloc(sctx);
Expand Down

0 comments on commit c1a0fbb

Please sign in to comment.