[RFC] generic_file_direct_IO() argument changes for AIO

From: Badari Pulavarty (badari@us.ibm.com)
Date: Tue Oct 29 2002 - 13:19:56 EST


Hi,

Inorder to support AIO for raw/O_DIRECT, I need to add "struct kiocb *"
to generic_file_direct_IO() and all direct_IO() ops.

generic_file_direct_IO(int rw, struct file *file, const struct iovec *iov,
        loff_t offset, unsigned long nr_segs)

Instead of adding a new argument, I propose replace

        "struct file *file" argument with "struct kiocb *iocb"

One can get "filp" from iocb->ki_filp.

Any objections ?

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



This archive was generated by hypermail 2b29 : Thu Oct 31 2002 - 22:00:43 EST