diff options
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r-- | fs/cifs/cifsglob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index 9f99afab9a04..53899a8d7c4a 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h | |||
@@ -720,7 +720,7 @@ GLOBAL_EXTERN rwlock_t cifs_tcp_ses_lock; | |||
720 | * If cifs_tcp_ses_lock and the lock below are both needed to be held, then | 720 | * If cifs_tcp_ses_lock and the lock below are both needed to be held, then |
721 | * the cifs_tcp_ses_lock must be grabbed first and released last. | 721 | * the cifs_tcp_ses_lock must be grabbed first and released last. |
722 | */ | 722 | */ |
723 | GLOBAL_EXTERN rwlock_t GlobalSMBSeslock; | 723 | GLOBAL_EXTERN spinlock_t cifs_file_list_lock; |
724 | 724 | ||
725 | /* Outstanding dir notify requests */ | 725 | /* Outstanding dir notify requests */ |
726 | GLOBAL_EXTERN struct list_head GlobalDnotifyReqList; | 726 | GLOBAL_EXTERN struct list_head GlobalDnotifyReqList; |