mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-12 09:46:25 +08:00
37c5fd554e
parseMountOption already returns way too many values, making the code kind of hard to read. Since all of the return values are used as is to populate the fields of configs.Mount, let's change it to return (semi-)populated *configs.Mount instead. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>