From: Martin Wilck <redacted>
Signed-off-by: Martin Wilck <redacted>
---
monitor.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/monitor.c b/monitor.c
index 63e26bc..a6c8905 100644
--- a/monitor.c
+++ b/monitor.c
@@ -58,6 +58,10 @@ static int create_udev_monitor(struct udev_monitor **pmon)
if (!mon)
return errno ? -errno : -ENOMEM;
+ /* Add match for NVMe controller devices */
+ ret = udev_monitor_filter_add_match_subsystem_devtype(mon, "nvme", NULL);
+ /* Add match for fc_udev_device */
+ ret = udev_monitor_filter_add_match_subsystem_devtype(mon, "fc", NULL);
/*
* This fails in unpriviliged mode. Use the same value as udevd.
* We may able to decrease this buffer size later.
--
2.29.2
_______________________________________________
Linux-nvme mailing list
Linux-nvme@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-nvme