From: Venkateswararao Jujjuri (JV) Date: Fri, 22 Oct 2010 17:13:12 +0000 (-0700) Subject: 9p: Add datasync to client side TFSYNC/RFSYNC for dotl X-Git-Tag: v2.6.37-rc1~68^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b165d60145b717261a0234f989c442c2b68b6ec0;p=pandora-kernel.git 9p: Add datasync to client side TFSYNC/RFSYNC for dotl SYNOPSIS size[4] Tfsync tag[2] fid[4] datasync[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. If datasync flag is specified data will be fleshed but does not flush modified metadata unless that metadata is needed in order to allow a subsequent data retrieval to be correctly handled. Signed-off-by: Venkateswararao Jujjuri Signed-off-by: Eric Van Hensbergen --- Reading git-diff-tree failed