Files
runc/libcontainer/cgroups/fs
Kir Kolyshkin 9f2153c68a libct/cgroups/fs/cpuset: don't use MkdirAll
Here, we always create a parent directory, so using MkdirAll
is redundant. Use Mkdir instead.

One difference between MkdirAll and Mkdir is the former ignores
EEXIST, and since we sometimes try to create a directory that
already exists, we need to explicitly ignore that.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2021-01-06 14:54:22 -08:00
..
2020-12-03 08:18:43 -08:00
2020-07-07 10:58:37 -07:00
2020-10-05 17:08:09 -07:00
2020-10-05 17:08:09 -07:00
2019-12-06 15:42:10 +09:00
2019-12-06 15:42:10 +09:00
2020-10-05 17:08:09 -07:00
2019-12-06 15:42:10 +09:00
2019-12-06 15:42:10 +09:00
2019-12-06 15:42:10 +09:00