On Wed 13-02-19 12:17:15, Matthew Wilcox wrote:
> > > -         pages[ret] = page;
> > > +         pages[ret] = find_subpage(page, xas.xa_index);
> > >           if (++ret == nr_pages) {
> > >                   *start = page->index + 1;
> > >                   goto out;
> > >           }
> > 
> > So this subtly changes the behavior because now we will be returning in
> > '*start' a different index. So you should rather use 'pages[ret]->index'
> > instead.
> 
> You're right, I made a mistake there.  However, seeing this:
> https://lore.kernel.org/lkml/[email protected]/
> 
> makes me think that I should be using xa_index + 1 there.

Yeah, you're right. Thanks!

                                                                Honza
-- 
Jan Kara <[email protected]>
SUSE Labs, CR

Reply via email to