aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2
diff options
context:
space:
mode:
authorMatthew Wilcox <willy@infradead.org>2017-12-05 17:30:38 -0500
committerMatthew Wilcox <willy@infradead.org>2018-10-21 10:46:39 -0400
commit10bbd235859bf483f9a8a4ebe95463d700bae394 (patch)
tree6507459427fbf719c2839a8cba627bfd6a128538 /fs/gfs2
parentmm: Convert is_page_cache_freeable to XArray (diff)
downloadlinux-dev-10bbd235859bf483f9a8a4ebe95463d700bae394.tar.xz
linux-dev-10bbd235859bf483f9a8a4ebe95463d700bae394.zip
pagevec: Use xa_mark_t
Removes sparse warnings. Signed-off-by: Matthew Wilcox <willy@infradead.org>
Diffstat (limited to 'fs/gfs2')
-rw-r--r--fs/gfs2/aops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/aops.c b/fs/gfs2/aops.c
index 31e8270d0b26..8afbb35559b9 100644
--- a/fs/gfs2/aops.c
+++ b/fs/gfs2/aops.c
@@ -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) {