summaryrefslogtreecommitdiffstats
path: root/platform-intel.h
diff options
context:
space:
mode:
authorMariusz Tkaczyk <mariusz.tkaczyk@intel.com>2020-11-04 10:01:28 +0100
committerJes Sorensen <jsorensen@fb.com>2020-11-26 00:09:47 +0100
commita8f3cfd54e45c8aabc4a99cdc92b6b9080b26607 (patch)
tree95ab151d80a92e9fb32c394494348aeca0d5606e /platform-intel.h
parentMonitor: don't use default modes when creating a file (diff)
downloadmdadm-a8f3cfd54e45c8aabc4a99cdc92b6b9080b26607.tar.xz
mdadm-a8f3cfd54e45c8aabc4a99cdc92b6b9080b26607.zip
imsm: limit support to first NVMe namespace
Due to metadata limitations NVMe multinamespace support has to be removed. Signed-off-by: Mariusz Tkaczyk <mariusz.tkaczyk@intel.com>
Diffstat (limited to 'platform-intel.h')
-rw-r--r--platform-intel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform-intel.h b/platform-intel.h
index 7cb370ef..7371478e 100644
--- a/platform-intel.h
+++ b/platform-intel.h
@@ -251,4 +251,5 @@ const struct orom_entry *get_orom_entry_by_device_id(__u16 dev_id);
const struct imsm_orom *get_orom_by_device_id(__u16 device_id);
struct sys_dev *device_by_id(__u16 device_id);
struct sys_dev *device_by_id_and_path(__u16 device_id, const char *path);
+int imsm_is_nvme_supported(int disk_fd, int verbose);
char *vmd_domain_to_controller(struct sys_dev *hba, char *buf);