commit | 22c11858e8002592c59ebb762e4e42dc634bf84f | [log] [tgz] |
---|---|---|
author | Mike Snitzer <snitzer@redhat.com> | Mon Dec 04 21:07:37 2017 -0500 |
committer | Mike Snitzer <snitzer@redhat.com> | Wed Dec 20 10:51:10 2017 -0500 |
tree | 63b1f14112ef5fe3dcab55747e3754370da07fec | |
parent | f3986374f94951b0fec6980e5b2dd621c51b215c [diff] |
dm: introduce DM_TYPE_NVME_BIO_BASED If dm_table_determine_type() establishes DM_TYPE_NVME_BIO_BASED then all devices in the DM table do not support partial completions. Also, the table has a single immutable target that doesn't require DM core to split bios. This will enable adding NVMe optimizations to bio-based DM. Signed-off-by: Mike Snitzer <snitzer@redhat.com>