shareable: Add comments

This commit is contained in:
Hajime Hoshi 2018-03-26 00:13:26 +09:00
parent ab7a3e1ab3
commit e14c05b0fe

View File

@ -309,6 +309,7 @@ func ResolveStaleImages() error {
}
func IsRestoringEnabled() bool {
// As IsRestoringEnabled is an immutable state, no need to lock here.
return restorable.IsRestoringEnabled()
}