Update git submodules

* Update glance_store from branch 'master'
  - Merge "Set zero size only when nothing is written"
  - Set zero size only when nothing is written
    
    There is a bug where is_zero_size is set when the loop is exited,
    regardless of whether any data was written in the while loop, making it
    seems like 0 bytes were written.
    
    We need to differentiate an exit with no data written and and exit with,
    so we test if anything was actually written and only set is_zero_size
    when nothing has been written.
    
    Also, bytes_read gets resetted to 0 with the next line seek(0), so we
    check before resetting the file position.
    
    Change-Id: I547bdefe88816db85b5ff510e997980269eac1f7
This commit is contained in:
Zuul 2020-01-28 08:18:04 +00:00 committed by Gerrit Code Review
parent 9026a2a9c2
commit 41a6d6b668
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 129bfc837f0d3c89063ce91613447bc8dcd1c387
Subproject commit 6dde1bd48b246a11b58831a891f716040b41b7b1