• R
    cgroup: Add missing errno == ENOENT check in virCgroupRemoveRecursively · adc796c8
    Ryota Ozaki 提交于
    ENOENT happens normally when a subsystem is enabled with any other
    subsystems and the directory of the target group has already removed
    in a prior loop. In that case, the function should just return without
    leaving an error message.
    
    NB this is the same behavior as before introducing virCgroupRemoveRecursively.
    adc796c8
cgroup.c 26.8 KB