Re: [PATCH] fat: fix writev(), add aio support

2005-01-25 Thread Christoph Hellwig
On Wed, Jan 26, 2005 at 02:38:30AM +0900, OGAWA Hirofumi wrote: > Christoph Hellwig <[EMAIL PROTECTED]> 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 aroun

Re: [PATCH] fat: fix writev(), add aio support

2005-01-25 Thread OGAWA Hirofumi
Christoph Hellwig <[EMAIL PROTECTED]> 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 s

[PATCH] fat: fix writev(), add aio support

2005-01-25 Thread Christoph Hellwig
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. --- 1.28/fs/fat/file.c 2005-01-21 06:02:08 +01:00 +++ edited/fs/fat/file.c2005-01-25 14:10:05 +01:00