flexnbd: Some comments and a minor fix in client.c to do with the event stream

This commit is contained in:
nick
2013-09-13 15:17:15 +01:00
parent c3a5eb0600
commit 0172eb1cba
3 changed files with 35 additions and 0 deletions

View File

@@ -705,6 +705,8 @@ void* build_allocation_map_thread(void* serve_uncast)
* All that happens if we leave it is that it gradually builds up an
* *incomplete* record of writes. Nobody will use it, as
* allocation_map_built == 0 for the lifetime of the process.
*
* The stream functionality can still be relied on.
*/
warn( "Didn't build allocation map for %s", serve->filename );
}