libnvdimm/pmem: Honor force_raw for legacy pmem regions
authorDan Williams <dan.j.williams@intel.com>
Fri, 25 Jan 2019 01:33:06 +0000 (17:33 -0800)
committerDan Williams <dan.j.williams@intel.com>
Tue, 12 Feb 2019 18:48:14 +0000 (10:48 -0800)
commitfa7d2e639cd90442d868dfc6ca1d4cc9d8bf206e
tree0328b374c2d676b6756d4ae834841f094ab26c6b
parent11a358109e0c48fa74f27e750dde4d25de4d5fc3
libnvdimm/pmem: Honor force_raw for legacy pmem regions

For recovery, where non-dax access is needed to a given physical address
range, and testing, allow the 'force_raw' attribute to override the
default establishment of a dev_pagemap.

Otherwise without this capability it is possible to end up with a
namespace that can not be activated due to corrupted info-block, and one
that can not be repaired due to a section collision.

Cc: <stable@vger.kernel.org>
Fixes: 004f1afbe199 ("libnvdimm, pmem: direct map legacy pmem by default")
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/nvdimm/namespace_devs.c