On Mon, Jul 29, 2019 at 02:19:35PM -0400, Doug Ledford wrote:
> On Fri, 2019-07-26 at 11:25 +0200, Anders Roxell wrote:
> > The variable 'p' si no longer used and the compiler rightly complains
> > that it should be removed.
> >
> > ../drivers/infiniband/sw/siw/siw_mem.c: In function ‘siw_free_plist’:
> > ../drivers/infiniband/sw/siw/siw_mem.c:66:16: warning: unused variable
> > ‘p’ [-Wunused-variable]
> > struct page **p = chunk->plist;
> > ^
> >
> > Rework to remove unused variable.
> >
> > Fixes: 8288d030447f ("mm/gup: add make_dirty arg to
> > put_user_pages_dirty_lock()")
>
> This commit hash and the commit subject does not exist in Linus' tree as
> of today. What tree is this being merged through, and is it slated to
> merge soon or is this a for-next item?
This is though -mm, maybe John knows what is what
Jason