]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[9p] Introduce client side TFSYNC/RFSYNC for dotl.
authorVenkateswararao Jujjuri (JV) <jvrao@linux.vnet.ibm.com>
Thu, 23 Sep 2010 00:19:19 +0000 (17:19 -0700)
committerEric Van Hensbergen <ericvh@gmail.com>
Thu, 28 Oct 2010 14:08:47 +0000 (09:08 -0500)
commit920e65dc6911da28a58e17f4b683302636fc6d8e
tree761280ee48576a45d13df5df685ea6b9da7fd775
parentb04faaf3717307cd976a15667c8c24161c1d24ef
[9p] Introduce client 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>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
fs/9p/vfs_file.c
include/net/9p/9p.h
include/net/9p/client.h
net/9p/client.c