• O
    nodedev: Use access instead of stat · d91f7dec
    Osier Yang 提交于
    The use of 'stat' in nodeDeviceVportCreateDelete is only to check
    if the file exists or not, it's a bit overkill, and safe to replace
    with the wrapper of access(2) (virFileExists).
    d91f7dec
node_device_driver.c 17.6 KB