> Why isn't this just a static inline in a header, like the > io_prep_pread/pwrite methods in libaio.h? Not a big deal, just curious. Honestly, I didn't give it much thought -- I just threw it together this way. I'd be happy either way, though I guess I tend to prefer to avoid inlining. >> +int aio_kernel_submit(struct kiocb *iocb) > > Why are you limiting this to just 1 iocb at a time? Well, the current user will only be issuing one at a time. We can worry about adding that complexity when someone can justify it :). - z -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html