pagevec: Use xa_mark_t

Removes sparse warnings.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
这个提交包含在:
Matthew Wilcox
2017-12-05 17:30:38 -05:00
父节点 67891ffff2
当前提交 10bbd23585
修改 6 个文件,包含 12 行新增10 行删除

查看文件

@@ -366,7 +366,7 @@ static int gfs2_write_cache_jdata(struct address_space *mapping,
pgoff_t done_index;
int cycled;
int range_whole = 0;
int tag;
xa_mark_t tag;
pagevec_init(&pvec);
if (wbc->range_cyclic) {