mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
1410a6988d
The logic for how we create mountpoints is spread over each mountpoint preparation function, when in reality the behaviour is pretty uniform with only a handful of exceptions. So just move it all to one function that is easier to understand. Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>