distribution/registry/storage/driver/inmemory
Gladkov Alexey fc7e8f42d7 Fix deadlock in the inmemory storage driver
According golang documentation [1]: no goroutine should expect to be
able to acquire a read lock until the initial read lock is released.

[1] https://golang.org/pkg/sync/#RWMutex

Signed-off-by: Gladkov Alexey <agladkov@redhat.com>
2018-05-30 18:01:08 +02:00
..
driver.go Fix deadlock in the inmemory storage driver 2018-05-30 18:01:08 +02:00
driver_test.go Remove half-baked Storage Driver IPC support 2015-06-29 16:52:12 -07:00
mfs.go Avoid crash on invalid Move arguments 2015-04-01 19:03:02 -07:00