]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/aio.h
aio: allocate kiocbs in batches
[karo-tx-linux.git] / include / linux / aio.h
index 2dcb72bff4b614c44999d4c9d3bf607b3f1b19d0..2314ad8b3c9cced6a4679441d7c6b25afe500348 100644 (file)
@@ -117,6 +117,7 @@ struct kiocb {
 
        struct list_head        ki_list;        /* the aio core uses this
                                                 * for cancellation */
+       struct list_head        ki_batch;       /* batch allocation */
 
        /*
         * If the aio_resfd field of the userspace iocb is not zero,