diff options
| author | Ingo Molnar <mingo@kernel.org> | 2013-01-24 06:47:48 -0500 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2013-01-24 06:47:48 -0500 |
| commit | befddb21c845f8fb49e637997891ef97c6a869dc (patch) | |
| tree | 0e7629123184f2dd50291ad6d477b894175f0f26 /include/linux/loop.h | |
| parent | e716efde75267eab919cdb2bef5b2cb77f305326 (diff) | |
| parent | 7d1f9aeff1ee4a20b1aeb377dd0f579fe9647619 (diff) | |
Merge tag 'v3.8-rc4' into irq/core
Merge Linux 3.8-rc4 before pulling in new commits - we were on an old v3.7 base.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
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; |
