]> git.proxmox.com Git - mirror_lxcfs.git/commit
bindings: protect do_release_file_info() with mutex
authortomponline <tomp@tomp.uk>
Fri, 18 Jan 2019 13:05:09 +0000 (13:05 +0000)
committerChristian Brauner <christian.brauner@ubuntu.com>
Fri, 18 Jan 2019 14:21:02 +0000 (15:21 +0100)
commit0108dc1cc6eab76392d228ee4ca844729096473d
tree2ea7044d62866d9eda7988fbe641608a52410770
parent960d8498333f4e9ded2e95e1c183e684c251429b
bindings: protect do_release_file_info() with mutex

Add a mutex to do_release_file_info to avoid lxcfs crash when stopping
multiple containers concurrently

Signed-off-by: tomponline <tomp@tomp.uk>
[christian.brauner@ubuntu.com: use correct commit message style]
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
bindings.c