]> www.infradead.org Git - users/jedix/linux-maple.git/commit
pmem: kill memremap_pmem()
authorDan Williams <dan.j.williams@intel.com>
Tue, 15 Sep 2015 06:14:03 +0000 (02:14 -0400)
committerDan Duval <dan.duval@oracle.com>
Wed, 7 Dec 2016 17:20:01 +0000 (12:20 -0500)
commit8897dcd0ffeeed1620cfa737532d5a071de77f92
treebe6dd6d6be22256b3216f96bba61591fa28e444f
parent57685074c5e208399606bc35a2be7fe39a5ab2b3
pmem: kill memremap_pmem()

Orabug: 22913653

Now that the pmem-api is defined as "a set of apis that enables access
to WB mapped pmem",  the mapping type is implied.  Remove the wrapper
and push the functionality down into the pmem driver in preparation for
adding support for direct-mapped pmem.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
(cherry picked from commit a639315d6c536c806724c9328941a2517507e3e3)
Signed-off-by: Dan Duval <dan.duval@oracle.com>
drivers/nvdimm/pmem.c
include/linux/pmem.h