mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-25 01:37:55 +00:00
When we're renumbering locks, we're destroying all existing allocations anyways, so destroying the old lock struct is not a particularly big deal. Existing long-lived libpod instances will continue to use the old locks, but that will be solved in a followon. Also, solve an issue with returning error values in the C code. There were a few places where we return ERRNO where it was not set, so make them return actual error codes). Signed-off-by: Matthew Heon <matthew.heon@pm.me> |
||
|---|---|---|
| .. | ||
| shm_lock.c | ||
| shm_lock.go | ||
| shm_lock.h | ||
| shm_lock_test.go | ||