diff options
Diffstat (limited to 'include/linux/loop.h')
| -rw-r--r-- | include/linux/loop.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/include/linux/loop.h b/include/linux/loop.h index 40f63c9879d2..f96506782ebe 100644 --- a/include/linux/loop.h +++ b/include/linux/loop.h | |||
| @@ -58,9 +58,9 @@ struct loop_device { | |||
| 58 | struct bio *lo_bio; | 58 | struct bio *lo_bio; | 
| 59 | struct bio *lo_biotail; | 59 | struct bio *lo_biotail; | 
| 60 | int lo_state; | 60 | int lo_state; | 
| 61 | struct semaphore lo_sem; | 61 | struct completion lo_done; | 
| 62 | struct completion lo_bh_done; | ||
| 62 | struct semaphore lo_ctl_mutex; | 63 | struct semaphore lo_ctl_mutex; | 
| 63 | struct semaphore lo_bh_mutex; | ||
| 64 | int lo_pending; | 64 | int lo_pending; | 
| 65 | 65 | ||
| 66 | request_queue_t *lo_queue; | 66 | request_queue_t *lo_queue; | 
