]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: cgroup: remove unused opts in virCgroupV2BindMount
authorJán Tomko <jtomko@redhat.com>
Mon, 3 Aug 2020 11:06:54 +0000 (13:06 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 3 Aug 2020 13:52:09 +0000 (15:52 +0200)
commitef87d601207f97990a2593692c1a61e7824dae43
tree914d963f83f5cb95035d70ebf47f3996ca8e4bda
parent21cd1e72546dd6a97486a447520b88130978b8b6
util: cgroup: remove unused opts in virCgroupV2BindMount

In virCgroupV2BindMount there is an unused variable containing
what seem to be tmpfs mount options.

Delete it. Unlike with cgroups v1, we do not create a tmpfs
here.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
src/util/vircgroupv2.c