diff options
author | Suresh Jayaraman <sjayaraman@suse.de> | 2010-10-18 23:52:18 +0530 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2010-10-25 00:19:01 +0000 |
commit | 6573e9b73e19c0f6b9dfa2b399267ea0f42d6c6b (patch) | |
tree | 7752091c8b066be2c792164f9dd1a3ea4354c4a8 /fs/cifs/misc.c | |
parent | eb4b756b1e60b66e54932619088b645c712414a3 (diff) | |
download | op-kernel-dev-6573e9b73e19c0f6b9dfa2b399267ea0f42d6c6b.zip op-kernel-dev-6573e9b73e19c0f6b9dfa2b399267ea0f42d6c6b.tar.gz |
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/misc.c')
-rw-r--r-- | fs/cifs/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/misc.c b/fs/cifs/misc.c index 1c681f6..c4e296f 100644 --- a/fs/cifs/misc.c +++ b/fs/cifs/misc.c @@ -577,7 +577,7 @@ is_valid_oplock_break(struct smb_hdr *buf, struct TCP_Server_Info *srv) * cifs_oplock_break_put() can't be called * from here. Get reference after queueing * succeeded. cifs_oplock_break() will - * synchronize using GlobalSMSSeslock. + * synchronize using cifs_file_list_lock. */ if (queue_work(system_nrt_wq, &netfile->oplock_break)) |