pagevec: Use xa_mark_t
Removes sparse warnings. Signed-off-by: Matthew Wilcox <willy@infradead.org>
This commit is contained in:
@@ -2613,7 +2613,7 @@ static int mpage_prepare_extent_to_map(struct mpage_da_data *mpd)
|
||||
long left = mpd->wbc->nr_to_write;
|
||||
pgoff_t index = mpd->first_page;
|
||||
pgoff_t end = mpd->last_page;
|
||||
int tag;
|
||||
xa_mark_t tag;
|
||||
int i, err = 0;
|
||||
int blkbits = mpd->inode->i_blkbits;
|
||||
ext4_lblk_t lblk;
|
||||
|
Reference in New Issue
Block a user