commit | fac555ac93d453a0d2265eef88bf4c249dd63e07 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Aug 06 19:05:44 2019 +0300 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Wed Aug 07 14:58:05 2019 -0300 |
tree | 07bae6933286ecfc45636c5d38fd9aa378238008 | |
parent | 2cbeb41913e639890bf2c6485d7bdc6a25fdfd56 [diff] |
mm/hmm: remove superfluous arguments from hmm_range_register The start, end and page_shift values are all saved in the range structure, so we might as well use that for argument passing. Link: https://lore.kernel.org/r/20190806160554.14046-7-hch@lst.de Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Jason Gunthorpe <jgg@mellanox.com> Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>