Re: [NFS] [GIT] NFS client update for 2.6.16

From: Trond Myklebust
Date: Tue Mar 21 2006 - 13:06:19 EST


On Tue, 2006-03-21 at 17:46 +0000, Christoph Hellwig wrote:
> > commit 47989d7454398827500d0e73766270986a3b488f
> > Author: Chuck Lever <cel@xxxxxxxxxx>
> > Date: Mon Mar 20 13:44:32 2006 -0500
> >
> > NFS: remove support for multi-segment iovs in the direct write path
> >
> > Eliminate the persistent use of automatic storage in all parts of the
> > NFS client's direct write path to pave the way for introducing support
> > for aio against files opened with the O_DIRECT flag.
>
> NACK. We have patches pending that consolidate ->aio_read/write and
> ->read/writev into one operation. this change is completely counterproductive
> towards that goal which has been discussed on -fsdevel for a while.

How so? The interface is _exactly_ the same as before.

We never had support for multiple iovecs in O_DIRECT, but were passing
around a single iovec entry deep into code that couldn't care less.

Cheers,
Trond

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/