提交 4a257ed6 编写于 作者: J Jaegeuk Kim

f2fs: avoid build warning

This patch removes build warning.
Signed-off-by: NJaegeuk Kim <jaegeuk@kernel.org>
上级 13fd8f89
...@@ -1715,7 +1715,7 @@ void flush_sit_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc) ...@@ -1715,7 +1715,7 @@ void flush_sit_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc)
* #2, flush sit entries to sit page. * #2, flush sit entries to sit page.
*/ */
list_for_each_entry_safe(ses, tmp, head, set_list) { list_for_each_entry_safe(ses, tmp, head, set_list) {
struct page *page; struct page *page = NULL;
struct f2fs_sit_block *raw_sit = NULL; struct f2fs_sit_block *raw_sit = NULL;
unsigned int start_segno = ses->start_segno; unsigned int start_segno = ses->start_segno;
unsigned int end = min(start_segno + SIT_ENTRY_PER_BLOCK, unsigned int end = min(start_segno + SIT_ENTRY_PER_BLOCK,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册