mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
b94b559058
Kernel commit e55b9f96860f (which made its way into Linux v6.1-rc1) removes CONFIG_MEMCG_SWAP entirely, so there's no sense to check for in on newer kernels. Make the check conditional. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>