From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Aneesh Kumar K. V" Subject: Re: [PATCH 2/2] [9p] Introduce client side TFSYNC/RFSYNC for dotl. Date: Wed, 20 Oct 2010 18:27:16 +0530 Message-ID: References: <1285376668-2234-1-git-send-email-jvrao@linux.vnet.ibm.com> <1285376668-2234-2-git-send-email-jvrao@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain Cc: linux-fsdevel@vger.kernel.org, "Venkateswararao Jujjuri \(JV\)" To: "Venkateswararao Jujjuri \(JV\)" , v9fs-developer@lists.sourceforge.net Return-path: Received: from e23smtp05.au.ibm.com ([202.81.31.147]:43638 "EHLO e23smtp05.au.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750702Ab0JTM5X (ORCPT ); Wed, 20 Oct 2010 08:57:23 -0400 Received: from d23relay04.au.ibm.com (d23relay04.au.ibm.com [202.81.31.246]) by e23smtp05.au.ibm.com (8.14.4/8.13.1) with ESMTP id o9KCqYn1008038 for ; Wed, 20 Oct 2010 23:52:34 +1100 Received: from d23av02.au.ibm.com (d23av02.au.ibm.com [9.190.235.138]) by d23relay04.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o9KCvLiK2560220 for ; Wed, 20 Oct 2010 23:57:21 +1100 Received: from d23av02.au.ibm.com (loopback [127.0.0.1]) by d23av02.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id o9KCvLfs017660 for ; Wed, 20 Oct 2010 23:57:21 +1100 In-Reply-To: <1285376668-2234-2-git-send-email-jvrao@linux.vnet.ibm.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Fri, 24 Sep 2010 18:04:28 -0700, "Venkateswararao Jujjuri (JV)" wrote: > 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. I guess we want the operation to differentiate between fdatasync and fsync. ie we want it to be size[4] Tfsync tag[2] fid[4] datasync[4] -aneesh