]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/loop.h
[PATCH] Fix sysfs build breakage if !CONFIG_SYSFS
[linux-2.6-omap-h63xx.git] / include / linux / loop.h
index bf3d2345ce99ccafe7f85ace5a23cd836b9d5285..191a595055f0063db70032a2074d8addb5eb0ad9 100644 (file)
@@ -59,10 +59,9 @@ struct loop_device {
        struct bio              *lo_bio;
        struct bio              *lo_biotail;
        int                     lo_state;
-       struct task_struct      *lo_thread;
-       struct completion       lo_bh_done;
        struct mutex            lo_ctl_mutex;
-       int                     lo_pending;
+       struct task_struct      *lo_thread;
+       wait_queue_head_t       lo_event;
 
        request_queue_t         *lo_queue;
 };