
3 Aug
2020
3 Aug
'20
7:57 a.m.
On Mon, Aug 03, 2020 at 01:38:47PM +0200, Ján Tomko wrote:
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> --- src/util/vircgroupv2.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina@redhat.com> Replying to list as well this time :)