]> Pileus Git - ~andy/linux/blobdiff - include/linux/loop.h
Remove hardcoding of hard_smp_processor_id on UP systems
[~andy/linux] / include / linux / loop.h
index 191a595055f0063db70032a2074d8addb5eb0ad9..0b99b31f017b75f4f06dfa22b7d77af90a70e2ef 100644 (file)
@@ -64,6 +64,8 @@ struct loop_device {
        wait_queue_head_t       lo_event;
 
        request_queue_t         *lo_queue;
+       struct gendisk          *lo_disk;
+       struct list_head        lo_list;
 };
 
 #endif /* __KERNEL__ */