diff options
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r-- | fs/cifs/cifsglob.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index a5d1106fcbde..6e211b67b273 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h | |||
@@ -780,10 +780,12 @@ GLOBAL_EXTERN spinlock_t cifs_tcp_ses_lock; | |||
780 | */ | 780 | */ |
781 | GLOBAL_EXTERN spinlock_t cifs_file_list_lock; | 781 | GLOBAL_EXTERN spinlock_t cifs_file_list_lock; |
782 | 782 | ||
783 | #ifdef CONFIG_CIFS_DNOTIFY_EXPERIMENTAL /* unused temporarily */ | ||
783 | /* Outstanding dir notify requests */ | 784 | /* Outstanding dir notify requests */ |
784 | GLOBAL_EXTERN struct list_head GlobalDnotifyReqList; | 785 | GLOBAL_EXTERN struct list_head GlobalDnotifyReqList; |
785 | /* DirNotify response queue */ | 786 | /* DirNotify response queue */ |
786 | GLOBAL_EXTERN struct list_head GlobalDnotifyRsp_Q; | 787 | GLOBAL_EXTERN struct list_head GlobalDnotifyRsp_Q; |
788 | #endif /* was needed for dnotify, and will be needed for inotify when VFS fix */ | ||
787 | 789 | ||
788 | /* | 790 | /* |
789 | * Global transaction id (XID) information | 791 | * Global transaction id (XID) information |