From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759936AbYJIOKo (ORCPT ); Thu, 9 Oct 2008 10:10:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753512AbYJIOKg (ORCPT ); Thu, 9 Oct 2008 10:10:36 -0400 Received: from wf-out-1314.google.com ([209.85.200.170]:55943 "EHLO wf-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752401AbYJIOKf (ORCPT ); Thu, 9 Oct 2008 10:10:35 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=xaimROTsgbkHsdlPYo9uwRZ+RjgP141kr59a43mHEAH42wJtNDS9Tc1olY9LVIYr6M frnMt7k/BDpEGgOO0cSmaL2UItnDtgi83ZP3Ew1lQqXH0eFwfkrY0KpwFU5xBU1NZPpV CjeO+Z/y/47RoKcnV4OAGLSq7TUA7GwleTJKg= Message-ID: Date: Thu, 9 Oct 2008 09:10:35 -0500 From: "Eric Van Hensbergen" To: "Latchesar Ionkov" Subject: Re: [V9fs-developer] [PATCH 04/10] 9p: move dirread to fs layer Cc: linux-kernel@vger.kernel.org, v9fs-developer@lists.sourceforge.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1223500147-19654-5-git-send-email-ericvh@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 9, 2008 at 8:40 AM, Latchesar Ionkov wrote: > I don't think that there is anything at the moment that uses dirread, > but the remote framebuffer that Abishek is working on uses some other > of the client operations. > Ah -- okay, I probably need to sit down down with him over email and figure out what he's using and what he needs -- the client functions interfaces haven't changed, but some of the ways in which reads and writes work has which might mess him up... -eric