[libvirt] [PATCH v2 4/5] cgroup macros refactoring

Eric Blake eblake at redhat.com
Mon Aug 12 19:32:51 UTC 2013


On 08/11/2013 06:04 AM, Roman Bogorodskiy wrote:
> Complete moving to VIR_CGROUP_SUPPORTED
> ---
>  src/util/vircgroup.c | 497 ++++++++++++++++++++++++++++-----------------------
>  1 file changed, 272 insertions(+), 225 deletions(-)
> 

This one felt a bit big...

>  
> -#if defined HAVE_MNTENT_H && defined HAVE_GETMNTENT_R
> +
> +#ifdef VIR_CGROUP_SUPPORTED
> +bool virCgroupAvailable(void)

You're rearranging functions,...

> @@ -346,6 +473,7 @@ cleanup:
>      return ret;
>  }
>  
> +
>  static int virCgroupDetect(virCgroupPtr group,

...fixing whitespace...

> @@ -1242,17 +1376,6 @@ cleanup:
>      VIR_FREE(newpath);
>      return ret;
>  }
> -#else
> -int virCgroupNewPartition(const char *path ATTRIBUTE_UNUSED,
> -                          bool create ATTRIBUTE_UNUSED,
> -                          int controllers ATTRIBUTE_UNUSED,
> -                          virCgroupPtr *group ATTRIBUTE_UNUSED)

...and moving #else clauses, all in one patch.  I'm probably going to
split this up a bit.

But it still looks reasonable; ACK.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 621 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20130812/d2f3151f/attachment-0001.sig>


More information about the libvir-list mailing list