]> Git Repo - linux.git/commit
libnvdimm/pfn: stop padding pmem namespaces to section alignment
authorDan Williams <[email protected]>
Thu, 18 Jul 2019 22:58:40 +0000 (15:58 -0700)
committerLinus Torvalds <[email protected]>
Fri, 19 Jul 2019 00:08:07 +0000 (17:08 -0700)
commita3619190d62ed9d66416891be2416f6bea2b3ca4
tree01397efe9c3a2eac958de0a36c15ce015e7ec366
parent7e3e888dfc138089f4c15a81b418e88f0978f744
libnvdimm/pfn: stop padding pmem namespaces to section alignment

Now that the mm core supports section-unaligned hotplug of ZONE_DEVICE
memory, we no longer need to add padding at pfn/dax device creation
time.  The kernel will still honor padding established by older kernels.

Link: http://lkml.kernel.org/r/156092356588.979959.6793371748950931916.stgit@dwillia2-desk3.amr.corp.intel.com
Signed-off-by: Dan Williams <[email protected]>
Reported-by: Jeff Moyer <[email protected]>
Tested-by: Aneesh Kumar K.V <[email protected]> [ppc64]
Cc: David Hildenbrand <[email protected]>
Cc: Jane Chu <[email protected]>
Cc: Jérôme Glisse <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: Logan Gunthorpe <[email protected]>
Cc: Michal Hocko <[email protected]>
Cc: Mike Rapoport <[email protected]>
Cc: Oscar Salvador <[email protected]>
Cc: Pavel Tatashin <[email protected]>
Cc: Toshi Kani <[email protected]>
Cc: Vlastimil Babka <[email protected]>
Cc: Wei Yang <[email protected]>
Cc: Jason Gunthorpe <[email protected]>
Cc: Christoph Hellwig <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/nvdimm/pfn.h
drivers/nvdimm/pfn_devs.c
include/linux/mmzone.h
This page took 0.057591 seconds and 4 git commands to generate.