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
94404e82
Commit
94404e82
authored
Jul 30, 2014
by
David Sterba
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
btrfs: let merge_reloc_roots return void
Signed-off-by:
David Sterba
<
dsterba@suse.cz
>
parent
8b9456da
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
fs/btrfs/relocation.c
fs/btrfs/relocation.c
+1
-2
No files found.
fs/btrfs/relocation.c
View file @
94404e82
...
...
@@ -2316,7 +2316,7 @@ void free_reloc_roots(struct list_head *list)
}
static
noinline_for_stack
int
merge_reloc_roots
(
struct
reloc_control
*
rc
)
void
merge_reloc_roots
(
struct
reloc_control
*
rc
)
{
struct
btrfs_root
*
root
;
struct
btrfs_root
*
reloc_root
;
...
...
@@ -2397,7 +2397,6 @@ int merge_reloc_roots(struct reloc_control *rc)
}
BUG_ON
(
!
RB_EMPTY_ROOT
(
&
rc
->
reloc_root_tree
.
rb_root
));
return
ret
;
}
static
void
free_block_list
(
struct
rb_root
*
blocks
)
...
...
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