diff options
Diffstat (limited to 'include/linux/loop.h')
| -rw-r--r-- | include/linux/loop.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/loop.h b/include/linux/loop.h index 6492181bcb1d..460b60fa7adf 100644 --- a/include/linux/loop.h +++ b/include/linux/loop.h | |||
| @@ -53,10 +53,13 @@ struct loop_device { | |||
| 53 | 53 | ||
| 54 | spinlock_t lo_lock; | 54 | spinlock_t lo_lock; |
| 55 | struct bio_list lo_bio_list; | 55 | struct bio_list lo_bio_list; |
| 56 | unsigned int lo_bio_count; | ||
| 56 | int lo_state; | 57 | int lo_state; |
| 57 | struct mutex lo_ctl_mutex; | 58 | struct mutex lo_ctl_mutex; |
| 58 | struct task_struct *lo_thread; | 59 | struct task_struct *lo_thread; |
| 59 | wait_queue_head_t lo_event; | 60 | wait_queue_head_t lo_event; |
| 61 | /* wait queue for incoming requests */ | ||
| 62 | wait_queue_head_t lo_req_wait; | ||
| 60 | 63 | ||
| 61 | struct request_queue *lo_queue; | 64 | struct request_queue *lo_queue; |
| 62 | struct gendisk *lo_disk; | 65 | struct gendisk *lo_disk; |
