Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux...
[deliverable/linux.git] / include / linux / loop.h
index 6492181bcb1dbc3617a3a3377ad5d0961fd4e536..460b60fa7adf96433efea9fc5c990598971341a7 100644 (file)
@@ -53,10 +53,13 @@ struct loop_device {
 
        spinlock_t              lo_lock;
        struct bio_list         lo_bio_list;
+       unsigned int            lo_bio_count;
        int                     lo_state;
        struct mutex            lo_ctl_mutex;
        struct task_struct      *lo_thread;
        wait_queue_head_t       lo_event;
+       /* wait queue for incoming requests */
+       wait_queue_head_t       lo_req_wait;
 
        struct request_queue    *lo_queue;
        struct gendisk          *lo_disk;
This page took 0.025838 seconds and 5 git commands to generate.