aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h
diff options
context:
space:
mode:
authorSuresh Jayaraman <sjayaraman@suse.de>2010-10-18 23:52:18 +0530
committerSteve French <sfrench@us.ibm.com>2010-10-25 00:19:01 +0000
commit6573e9b73e19c0f6b9dfa2b399267ea0f42d6c6b (patch)
tree7752091c8b066be2c792164f9dd1a3ea4354c4a8 /fs/cifs/cifsglob.h
parenteb4b756b1e60b66e54932619088b645c712414a3 (diff)
downloadkernel_samsung_smdk4412-6573e9b73e19c0f6b9dfa2b399267ea0f42d6c6b.zip
kernel_samsung_smdk4412-6573e9b73e19c0f6b9dfa2b399267ea0f42d6c6b.tar.gz
kernel_samsung_smdk4412-6573e9b73e19c0f6b9dfa2b399267ea0f42d6c6b.tar.bz2
cifs: update comments - [s/GlobalSMBSesLock/cifs_file_list_lock/g]
GlobalSMBSesLock is now cifs_file_list_lock. Update comments to reflect this. Signed-off-by: Suresh Jayaraman <sjayaraman@suse.de> Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r--fs/cifs/cifsglob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h
index ef5709b..539475a 100644
--- a/fs/cifs/cifsglob.h
+++ b/fs/cifs/cifsglob.h
@@ -670,7 +670,7 @@ require use of the stronger protocol */
* GlobalMid_Lock protects:
* list operations on pending_mid_q and oplockQ
* updates to XID counters, multiplex id and SMB sequence numbers
- * GlobalSMBSesLock protects:
+ * cifs_file_list_lock protects:
* list operations on tcp and SMB session lists and tCon lists
* f_owner.lock protects certain per file struct operations
* mapping->page_lock protects certain per page operations