commit | 57f7f317abdd07954cb116280c88d18378afb33e | [log] [tgz] |
---|---|---|
author | Dan Williams <dan.j.williams@intel.com> | Wed Jan 06 12:03:42 2016 -0800 |
committer | Dan Williams <dan.j.williams@intel.com> | Sat Jan 09 22:42:31 2016 -0800 |
tree | 8f39a9ea74d7babfbccfd0bcafc01e0e284499f4 | |
parent | e10624f8c09710b3b0740ea3847627ea02f55c39 [diff] |
pmem, dax: disable dax in the presence of bad blocks Longer term teach dax to punch "error" holes in mapping requests and deliver SIGBUS to applications that consume a bad pmem page. For now, simply disable the dax performance optimization in the presence of known errors. Signed-off-by: Dan Williams <dan.j.williams@intel.com>