Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-01 | [virtio-9p] Make rpath thread safe | 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> | |||
2011-04-27 | virtio-9p: move 9p files around | Aneesh Kumar K.V | |
Now that we start adding more files related to 9pfs it make sense to move them to a separate directory Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com> |