On Tue, 2006-05-23 at 16:29 +0800, Ian Kent wrote:
Badari Pulavarty wrote:
On Mon, 2006-05-22 at 10:06 -0700, Andrew Morton wrote:Doesn't seem to apply to 2.6.17-rc4.
Badari Pulavarty <pbadari@xxxxxxxxxx> wrote:Will do.
On Sun, 2006-05-21 at 18:00 -0700, Andrew Morton wrote:Grab an FC5 setup, copy RH's .config into your tree.
Badari Pulavarty <pbadari@xxxxxxxxxx> wrote:Any easy test case to reproduce the problem ?
This patch removes readv() and writev() methods and replacesAnd it breaks autofs4
them with aio_read()/aio_write() methods.
autofs: pipe file descriptor does not contain proper ops
Like I mentioned, I am travelling this week. I would really
appreciate if someone could test my updated patch (I sent out
in my earlier mail).
[raven@raven linux-2.6.16]$ patch -p1 < ~/remove-readv_writev-methods-and-use-aio_read_aio_write.patch
patching file drivers/char/raw.c