From mboxrd@z Thu Jan 1 00:00:00 1970 From: OGAWA Hirofumi Subject: Re: [PATCH] fat: fix writev(), add aio support Date: Wed, 26 Jan 2005 02:38:30 +0900 Message-ID: <87oefdz9wp.fsf@devron.myhome.or.jp> References: <20050125130618.GA4508@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org Return-path: Received: from mail.parknet.co.jp ([210.171.160.6]:55559 "EHLO mail.parknet.co.jp") by vger.kernel.org with ESMTP id S262022AbVAYRi6 (ORCPT ); Tue, 25 Jan 2005 12:38:58 -0500 To: Christoph Hellwig In-Reply-To: <20050125130618.GA4508@lst.de> (Christoph Hellwig's message of "Tue, 25 Jan 2005 14:06:18 +0100") Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Christoph Hellwig writes: > This patch fixes vectored write support on fat to do the nessecary > non-standard action done in write() aswell. > > Also adds aio support and makes read/write wrappers around the aio > version. The fatfs doesn't have the ->direct_IO(), so the AIO stuff seems to be not useful for now. However, patch itself looks good. Thanks, I'll submit. -- OGAWA Hirofumi