diff options
Diffstat (limited to 'fs/cifs/file.c')
-rw-r--r-- | fs/cifs/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/file.c b/fs/cifs/file.c index f9bd8b83f40e..26fa50858aac 100644 --- a/fs/cifs/file.c +++ b/fs/cifs/file.c | |||
@@ -767,7 +767,7 @@ int cifs_lock(struct file *file, int cmd, struct file_lock *pfLock) | |||
767 | mutex_lock(&fid->lock_mutex); | 767 | mutex_lock(&fid->lock_mutex); |
768 | list_for_each_entry_safe(li, tmp, &fid->llist, llist) { | 768 | list_for_each_entry_safe(li, tmp, &fid->llist, llist) { |
769 | if (pfLock->fl_start <= li->offset && | 769 | if (pfLock->fl_start <= li->offset && |
770 | (pflock->fl_start + length) >= | 770 | (pfLock->fl_start + length) >= |
771 | (li->offset + li->length)) { | 771 | (li->offset + li->length)) { |
772 | stored_rc = CIFSSMBLock(xid, pTcon, | 772 | stored_rc = CIFSSMBLock(xid, pTcon, |
773 | netfid, | 773 | netfid, |