aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/file.c
diff options
context:
space:
mode:
authorSuresh Jayaraman <sjayaraman@suse.de>2010-10-18 14:22:18 -0400
committerSteve French <sfrench@us.ibm.com>2010-10-24 20:19:01 -0400
commit6573e9b73e19c0f6b9dfa2b399267ea0f42d6c6b (patch)
tree7752091c8b066be2c792164f9dd1a3ea4354c4a8 /fs/cifs/file.c
parenteb4b756b1e60b66e54932619088b645c712414a3 (diff)
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/file.c')
-rw-r--r--fs/cifs/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/file.c b/fs/cifs/file.c
index ad47820655d9..d7c212a38386 100644
--- a/fs/cifs/file.c
+++ b/fs/cifs/file.c
@@ -2291,7 +2291,7 @@ void cifs_oplock_break(struct work_struct *work)
2291 /* 2291 /*
2292 * We might have kicked in before is_valid_oplock_break() 2292 * We might have kicked in before is_valid_oplock_break()
2293 * finished grabbing reference for us. Make sure it's done by 2293 * finished grabbing reference for us. Make sure it's done by
2294 * waiting for GlobalSMSSeslock. 2294 * waiting for cifs_file_list_lock.
2295 */ 2295 */
2296 spin_lock(&cifs_file_list_lock); 2296 spin_lock(&cifs_file_list_lock);
2297 spin_unlock(&cifs_file_list_lock); 2297 spin_unlock(&cifs_file_list_lock);