Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
provider/maas: no need to lock an immutable value #4922
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit 49395e5
into
juju:master
Mar 30, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
davecheney commentedMar 30, 2016
Updates LP 1563628
The maas storage type is immutable, its consituent fields cannot be
changed after construction so there is no need to ensure they are safely
mutated behind a mutex.
(Review request: http://reviews.vapour.ws/r/4361/)