Home
last modified time | relevance | path

Searched hist:e7744aa25cffe26d3767c9ffcf4e130cca1dff00 (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dmemremap.hdiff e7744aa25cffe26d3767c9ffcf4e130cca1dff00 Fri Dec 29 08:54:04 CET 2017 Logan Gunthorpe <logang@deltatee.com> memremap: drop private struct page_map

'struct page_map' is a private structure of 'struct dev_pagemap' but the
latter replicates all the same fields as the former so there isn't much
value in it. Thus drop it in favour of a completely public struct.

This is a clean up in preperation for a more generally useful
'devm_memeremap_pages' interface.

Signed-off-by: Logan Gunthorpe <logang@deltatee.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
/linux/mm/
H A Dhmm.cdiff e7744aa25cffe26d3767c9ffcf4e130cca1dff00 Fri Dec 29 08:54:04 CET 2017 Logan Gunthorpe <logang@deltatee.com> memremap: drop private struct page_map

'struct page_map' is a private structure of 'struct dev_pagemap' but the
latter replicates all the same fields as the former so there isn't much
value in it. Thus drop it in favour of a completely public struct.

This is a clean up in preperation for a more generally useful
'devm_memeremap_pages' interface.

Signed-off-by: Logan Gunthorpe <logang@deltatee.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>