diff options
| -rw-r--r-- | fs/cifs/cifsglob.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index a88479ceaad5..6b2c39d809fb 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h | |||
| @@ -16,6 +16,9 @@ | |||
| 16 | * the GNU Lesser General Public License for more details. | 16 | * the GNU Lesser General Public License for more details. |
| 17 | * | 17 | * |
| 18 | */ | 18 | */ |
| 19 | #ifndef _CIFS_GLOB_H | ||
| 20 | #define _CIFS_GLOB_H | ||
| 21 | |||
| 19 | #include <linux/in.h> | 22 | #include <linux/in.h> |
| 20 | #include <linux/in6.h> | 23 | #include <linux/in6.h> |
| 21 | #include <linux/slab.h> | 24 | #include <linux/slab.h> |
| @@ -733,3 +736,5 @@ GLOBAL_EXTERN unsigned int cifs_min_small; /* min size of small buf pool */ | |||
| 733 | GLOBAL_EXTERN unsigned int cifs_max_pending; /* MAX requests at once to server*/ | 736 | GLOBAL_EXTERN unsigned int cifs_max_pending; /* MAX requests at once to server*/ |
| 734 | 737 | ||
| 735 | extern const struct slow_work_ops cifs_oplock_break_ops; | 738 | extern const struct slow_work_ops cifs_oplock_break_ops; |
| 739 | |||
| 740 | #endif /* _CIFS_GLOB_H */ | ||
