Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
b24baf69
Commit
b24baf69
authored
Jul 25, 2012
by
Chris Mason
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Btrfs: uninit variable fixes in send/receive
Signed-off-by:
Chris Mason
<
chris.mason@fusionio.com
>
parent
113c1cb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
fs/btrfs/send.c
fs/btrfs/send.c
+2
-2
No files found.
fs/btrfs/send.c
View file @
b24baf69
...
...
@@ -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
;
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment