github.com/containers/storage v1.12.13

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh
2019-08-01 03:46:14 -04:00
parent 39de184b8b
commit 9d6dce1199
191 changed files with 15069 additions and 59037 deletions

View File

@ -338,7 +338,7 @@ func newROImageStore(dir string) (ROImageStore, error) {
if err != nil {
return nil, err
}
lockfile.Lock()
lockfile.RLock()
defer lockfile.Unlock()
istore := imageStore{
lockfile: lockfile,