commit | b41e95d34877c1917ba9fca7ca8f5d4122d4c619 | [log] [tgz] |
---|---|---|
author | Venkateswararao Jujjuri (JV) <jvrao@linux.vnet.ibm.com> | Wed Sep 22 17:18:33 2010 -0700 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Wed Oct 20 12:10:58 2010 -0500 |
tree | 9f6c5ed38ad9c9d467d8977ce11907babfd5b41a | |
parent | 8f35400358488ffa1147e9eab9e2c9cf0efd5e4e [diff] |
[virtio-9p] Introduce server side TFSYNC/RFSYNC for dotl SYNOPSIS size[4] Tfsync tag[2] fid[4] size[4] Rfsync tag[2] DESCRIPTION The Tfsync transaction transfers ("flushes") all modified in-core data of file identified by fid to the disk device (or other permanent storage device) where that file resides. Signed-off-by: Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com>