summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2016-04-13 14:08:29 -0500
committerDavid Teigland <teigland@redhat.com>2016-04-13 14:08:29 -0500
commit579bd9200950a438af9d842f5d0cbaf049bd87c9 (patch)
treefa3cb24e7d9a27bf2009a867133fa66e43d159c8
parent56c68b3476f52a07c877496a07ebef619724e224 (diff)
downloadlvm2-579bd9200950a438af9d842f5d0cbaf049bd87c9.tar.gz
lvmetad: add FIXME to comment
-rw-r--r--lib/cache/lvmetad.c4
1 files 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()))