]> xenbits.xensource.com Git - libvirt.git/commitdiff
qemuSetupCgroupForVcpu: s/virProcessInfoSetAffinity/virProcessSetAffinity/
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 22 May 2014 10:30:20 +0000 (12:30 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 22 May 2014 10:30:20 +0000 (12:30 +0200)
In the f56c773bf we've made the substitution but forgot to fix one
comment which is still referring to the old name. This may be
potentially misleading.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_cgroup.c

index 911936eaaa7821156af0510015868223b4be9810..b1bfb5a9fd4d56ff9215bc926101d12b21fc7dcd 100644 (file)
@@ -904,8 +904,7 @@ qemuSetupCgroupForVcpu(virDomainObjPtr vm)
     }
 
     /* We are trying to setup cgroups for CPU pinning, which can also be done
-     * with virProcessInfoSetAffinity, thus the lack of cgroups is not fatal
-     * here.
+     * with virProcessSetAffinity, thus the lack of cgroups is not fatal here.
      */
     if (priv->cgroup == NULL)
         return 0;