• E
    util: drop unused safezero argument · 17da0669
    Eric Blake 提交于
    No caller was using the flags argument, and this function is internal
    only, so we might as well skip it.
    
    * src/util/util.h (safezero): Update signature.
    * src/util/util.c (safezero): Update function.
    * src/locking/lock_driver_sanlock.c
    (virLockManagerSanlockSetupLockspace)
    (virLockManagerSanlockCreateLease): Update all callers.
    * src/storage/storage_backend.c (createRawFile): Likewise.
    17da0669
util.h 9.5 KB