mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
Remove more FIXMEs
Mostly, just removing the comments. These either have been done, or are no longer a good idea. No code changes. [NO NEW TESTS NEEDED] as such. Signed-off-by: Matthew Heon <matthew.heon@pm.me>
This commit is contained in:
@ -412,7 +412,6 @@ func makeRuntime(runtime *Runtime) (retErr error) {
|
||||
return err
|
||||
}
|
||||
runtime.eventer = eventer
|
||||
// TODO: events for libimage
|
||||
|
||||
// Set up containers/image
|
||||
if runtime.imageContext == nil {
|
||||
@ -517,8 +516,6 @@ func makeRuntime(runtime *Runtime) (retErr error) {
|
||||
}
|
||||
// Acquire the lock and hold it until we return
|
||||
// This ensures that no two processes will be in runtime.refresh at once
|
||||
// TODO: we can't close the FD in this lock, so we should keep it around
|
||||
// and use it to lock important operations
|
||||
aliveLock.Lock()
|
||||
doRefresh := false
|
||||
defer func() {
|
||||
|
Reference in New Issue
Block a user