The comment incorrectly blames udev for being responsible for delays in
re-creation of device nodes after driver rebind.  While that could be
true many years ago, nowadays that's the role of kernel devtmpfs.

Signed-off-by: Janusz Krzysztofik <janusz.krzyszto...@linux.intel.com>
---
 tests/core_hotunplug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/core_hotunplug.c b/tests/core_hotunplug.c
index db7a5c5e84..145fe141ed 100644
--- a/tests/core_hotunplug.c
+++ b/tests/core_hotunplug.c
@@ -480,7 +480,7 @@ static void node_healthcheck(struct hotunplug *priv, 
unsigned flags)
 
 static bool healthcheck(struct hotunplug *priv, bool recover)
 {
-       /* give udev some time to recreate device nodes before we continue */
+       /* give devtmpfs some time to recreate device nodes before we continue 
*/
        sleep(1);
 
        /* device name may have changed, rebuild IGT device list */
-- 
2.45.2

Reply via email to