[PATCH] knfsd: add some new fsid types
[cascardo/linux.git] / include / linux / aio.h
index 3372ec6..a30ef13 100644 (file)
@@ -105,6 +105,7 @@ struct kiocb {
        wait_queue_t            ki_wait;
        loff_t                  ki_pos;
 
+       atomic_t                ki_bio_count;   /* num bio used for this iocb */
        void                    *private;
        /* State that we remember to be able to restart/retry  */
        unsigned short          ki_opcode;