diff options
Diffstat (limited to 'include/linux/coda_psdev.h')
| -rw-r--r-- | include/linux/coda_psdev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/coda_psdev.h b/include/linux/coda_psdev.h index 1e60c5a41a5b..72f2d2f0af91 100644 --- a/include/linux/coda_psdev.h +++ b/include/linux/coda_psdev.h | |||
| @@ -8,6 +8,7 @@ | |||
| 8 | 8 | ||
| 9 | #ifdef __KERNEL__ | 9 | #ifdef __KERNEL__ |
| 10 | #include <linux/backing-dev.h> | 10 | #include <linux/backing-dev.h> |
| 11 | #include <linux/mutex.h> | ||
| 11 | 12 | ||
| 12 | struct kstatfs; | 13 | struct kstatfs; |
| 13 | 14 | ||
| @@ -20,6 +21,7 @@ struct venus_comm { | |||
| 20 | int vc_inuse; | 21 | int vc_inuse; |
| 21 | struct super_block *vc_sb; | 22 | struct super_block *vc_sb; |
| 22 | struct backing_dev_info bdi; | 23 | struct backing_dev_info bdi; |
| 24 | struct mutex vc_mutex; | ||
| 23 | }; | 25 | }; |
| 24 | 26 | ||
| 25 | 27 | ||
