diff options
| author | Steve French <sfrench@us.ibm.com> | 2006-03-30 22:35:56 -0500 |
|---|---|---|
| committer | Steve French <sfrench@us.ibm.com> | 2006-03-30 22:35:56 -0500 |
| commit | d62e54abca1146981fc9f98f85ff398a113a22c2 (patch) | |
| tree | 870420dbc4c65e716dcef8a802aafdc0ef97a8b4 /include/linux/loop.h | |
| parent | fd4a0b92db6a57cba8d03efbe1cebf91f9124ce0 (diff) | |
| parent | ce362c009250340358a7221f3cdb7954cbf19c01 (diff) | |
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'include/linux/loop.h')
| -rw-r--r-- | include/linux/loop.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/loop.h b/include/linux/loop.h index f96506782ebe..e76c7611d6cc 100644 --- a/include/linux/loop.h +++ b/include/linux/loop.h | |||
| @@ -17,6 +17,7 @@ | |||
| 17 | #include <linux/bio.h> | 17 | #include <linux/bio.h> |
| 18 | #include <linux/blkdev.h> | 18 | #include <linux/blkdev.h> |
| 19 | #include <linux/spinlock.h> | 19 | #include <linux/spinlock.h> |
| 20 | #include <linux/mutex.h> | ||
| 20 | 21 | ||
| 21 | /* Possible states of device */ | 22 | /* Possible states of device */ |
| 22 | enum { | 23 | enum { |
| @@ -60,7 +61,7 @@ struct loop_device { | |||
| 60 | int lo_state; | 61 | int lo_state; |
| 61 | struct completion lo_done; | 62 | struct completion lo_done; |
| 62 | struct completion lo_bh_done; | 63 | struct completion lo_bh_done; |
| 63 | struct semaphore lo_ctl_mutex; | 64 | struct mutex lo_ctl_mutex; |
| 64 | int lo_pending; | 65 | int lo_pending; |
| 65 | 66 | ||
| 66 | request_queue_t *lo_queue; | 67 | request_queue_t *lo_queue; |
