From 0cabcd98f1ef82588016a692afbe5a47a4a0b42e Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Fri, 17 May 2019 11:10:27 +0200 Subject: [PATCH] virWaitForDevices: Drop confusing part of comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's not true that there is a backup loop. There isn't. Drop this part of the comment to not confuse anybody. Signed-off-by: Michal Privoznik Reviewed-by: Ján Tomko --- src/util/virutil.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/util/virutil.c b/src/util/virutil.c index e5917d33de..6123741756 100644 --- a/src/util/virutil.c +++ b/src/util/virutil.c @@ -1495,8 +1495,6 @@ void virWaitForDevices(void) /* * NOTE: we ignore errors here; this is just to make sure that any device * nodes that are being created finish before we try to scan them. - * If this fails for any reason, we still have the backup of polling for - * 5 seconds for device nodes. */ ignore_value(virRun(settleprog, &exitstatus)); } -- GitLab