commit | 251bbe59b7a6362f4c417aa8af281d44f9edfa0e | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Aug 06 19:05:50 2019 +0300 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Wed Aug 07 14:58:06 2019 -0300 |
tree | 7ea191249eb537fb6d565cb2804804aa281bb660 | |
parent | 9d3973d60f0abd3985229bd895f45e2b8974344c [diff] |
mm/hmm: cleanup the hmm_vma_walk_hugetlb_entry stub Stub out the whole function and assign NULL to the .hugetlb_entry method if CONFIG_HUGETLB_PAGE is not set, as the method won't ever be called in that case. Link: https://lore.kernel.org/r/20190806160554.14046-13-hch@lst.de Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Jason Gunthorpe <jgg@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>