diff options
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 1c681f6a6803..c4e296fe3518 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) | |||
577 | * cifs_oplock_break_put() can't be called | 577 | * cifs_oplock_break_put() can't be called |
578 | * from here. Get reference after queueing | 578 | * from here. Get reference after queueing |
579 | * succeeded. cifs_oplock_break() will | 579 | * succeeded. cifs_oplock_break() will |
580 | * synchronize using GlobalSMSSeslock. | 580 | * synchronize using cifs_file_list_lock. |
581 | */ | 581 | */ |
582 | if (queue_work(system_nrt_wq, | 582 | if (queue_work(system_nrt_wq, |
583 | &netfile->oplock_break)) | 583 | &netfile->oplock_break)) |