• V
    [virtio-9p] Make rpath thread safe · faa44e3d
    Venkateswararao Jujjuri (JV) 提交于
    Current rpath inline function is heavily used in all system calls.
    This function has a static buffer making it a non-thread safe function.
    This patch introduces new thread-safe routine and makes use of it.
    
    Signed-off-by: Venkateswararao Jujjuri "<jvrao@linux.vnet.ibm.com>
    faa44e3d
virtio-9p-local.c 14.9 KB