• E
    util: correct retry path in virFileOperation · d152f647
    Eric Blake 提交于
    In virFileOperation, the parent does a fallback to a non-fork
    attempt if it detects that the child returned EACCES.  However,
    the child was calling _exit(-EACCES), which does _not_ appear
    as EACCES in the parent.
    
    * src/util/util.c (virFileOperation): Correctly pass EACCES from
    child to parent.
    d152f647
util.c 79.9 KB