]> git.ipfire.org Git - thirdparty/lxc.git/commit
lxccontainer: remove locks from get_cgroup_item() 2626/head
authorChristian Brauner <christian.brauner@ubuntu.com>
Thu, 20 Sep 2018 20:34:59 +0000 (22:34 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Thu, 20 Sep 2018 20:42:55 +0000 (22:42 +0200)
commit152508ba09adc41ec7199b395f4cbbdd4327399b
treee3dbb6250483508a7e1f9336d7bd5e9b409dc49b
parent03095169caecb4ca85ebb9dda5e634cb9cc28c27
lxccontainer: remove locks from get_cgroup_item()

The on-disk config file is not altered and the in-memory config isn't
altered so no need for locking.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/lxccontainer.c