mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
585724bdaf
Alas, these new constants are already in v1.4.0 release so we can't remove those right away, but we can mark them as deprecated now and target removal for v1.5.0. So, - mark them as deprecated; - redefine via unix.MPOL_* counterparts; - fix the validator code to use unix.MPOL_* directly. This amends commita0e809a8. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> (cherry picked from commit3741f9186d) Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>