mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
1ac0a66a64
Protect access to q.quotas map, and lock around changing nextProjectID.
Techinically, the lock in findNextProjectID() is not needed as it is
only called during initialization, but one can never be too careful.
Fixes:
|
||
---|---|---|
.. | ||
errors.go | ||
projectquota.go | ||
projectquota_test.go | ||
projectquota_unsupported.go | ||
types.go |