commit | 9d2d01a031a945075d4609b1c4d3c73f10ba61e7 | [log] [tgz] |
---|---|---|
author | Dan Williams <dan.j.williams@intel.com> | Tue Jul 19 16:17:58 2016 -0700 |
committer | Dan Williams <dan.j.williams@intel.com> | Tue Aug 23 22:58:52 2016 -0700 |
tree | 45743da7f0fdffa1c1f43920d0cf5cf94737af6b | |
parent | 9dc1e4927bfabaf654738c9ecca3a4926a0aaeb5 [diff] |
dax: check resource alignment at dax region/device create All the extents of a dax-device must match the alignment of the region. Otherwise, we are unable to guarantee fault semantics of a given page size. The region must be self-consistent itself as well. Signed-off-by: Dan Williams <dan.j.williams@intel.com>