Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
linux
Commits
4a257ed6
Commit
4a257ed6
authored
Oct 16, 2014
by
Jaegeuk Kim
Browse files
f2fs: avoid build warning
This patch removes build warning. Signed-off-by:
Jaegeuk Kim
<
jaegeuk@kernel.org
>
parent
13fd8f89
Changes
1
Hide whitespace changes
Inline
Side-by-side
fs/f2fs/segment.c
View file @
4a257ed6
...
...
@@ -1715,7 +1715,7 @@ void flush_sit_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc)
* #2, flush sit entries to sit page.
*/
list_for_each_entry_safe
(
ses
,
tmp
,
head
,
set_list
)
{
struct
page
*
page
;
struct
page
*
page
=
NULL
;
struct
f2fs_sit_block
*
raw_sit
=
NULL
;
unsigned
int
start_segno
=
ses
->
start_segno
;
unsigned
int
end
=
min
(
start_segno
+
SIT_ENTRY_PER_BLOCK
,
...
...
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