From 579bd9200950a438af9d842f5d0cbaf049bd87c9 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Wed, 13 Apr 2016 14:08:29 -0500 Subject: [PATCH] lvmetad: add FIXME to comment --- lib/cache/lvmetad.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/cache/lvmetad.c b/lib/cache/lvmetad.c index 8cc804ad5..7ca5d4a64 100644 --- a/lib/cache/lvmetad.c +++ b/lib/cache/lvmetad.c @@ -296,9 +296,9 @@ retry: * If lvmetad is still being updated after the timeout period, * then disable this command's use of lvmetad. * - * (lvmetad could return the number of objects in its cache along with + * FIXME: lvmetad could return the number of objects in its cache along with * the update message so that callers could detect when a rescan has - * stalled while updating lvmetad.) + * stalled while updating lvmetad. */ if (!strcmp(daemon_token, "update in progress")) { if (!(now = _monotonic_seconds()))