1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

lvmetad: add FIXME to comment

This commit is contained in:
David Teigland 2016-04-13 14:08:29 -05:00
parent 56c68b3476
commit 579bd92009

4
lib/cache/lvmetad.c vendored
View File

@ -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()))