On 2013/03/21 04:19, Eric Blake wrote:
On 03/20/2013 07:59 AM, Osier Yang wrote:
> On 2013年03月20日 16:14, Gao feng wrote:
>> We will use virCgroupRemoveRecursively to remove cgroup
>> directories in the coming patch.
>>
>> Signed-off-by: Gao feng<gaofeng(a)cn.fujitsu.com>
>> ---
>> src/libvirt_private.syms | 1 +
>> src/util/vircgroup.c | 4 ++--
>> src/util/vircgroup.h | 1 +
>> 3 files changed, 4 insertions(+), 2 deletions(-)
>>
>> diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms
>> index dc01bfa..8cc50c4 100644
>> --- a/src/libvirt_private.syms
>> +++ b/src/libvirt_private.syms
>> @@ -1118,6 +1118,7 @@ virCgroupKillRecursive;
>> virCgroupMounted;
>> virCgroupMoveTask;
>> virCgroupPathOfController;
>> +virCgroupRemoveRecursively;
>> virCgroupRemove;
>
> Not alphabetically sorted.
But beyond that, it looks okay, so:
ACK and pushed, with the sorting fixed.
Oh,Appologize for my carelessness...
Thanks you guys!