Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71542
b: refs/heads/master
c: c19eb71
h: refs/heads/master
v: v3
  • Loading branch information
Steve French committed Aug 24, 2007
1 parent 0dd64be commit 0dbeeba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 39db810cb6c1e7d1f2e43ae38b437b7ee72fe815
refs/heads/master: c19eb71020687e178b9fa564f4a8ac1880f87b10
2 changes: 1 addition & 1 deletion trunk/fs/cifs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ int cifs_lock(struct file *file, int cmd, struct file_lock *pfLock)
mutex_lock(&fid->lock_mutex);
list_for_each_entry_safe(li, tmp, &fid->llist, llist) {
if (pfLock->fl_start <= li->offset &&
(pflock->fl_start + length) >=
(pfLock->fl_start + length) >=
(li->offset + li->length)) {
stored_rc = CIFSSMBLock(xid, pTcon,
netfid,
Expand Down

0 comments on commit 0dbeeba

Please sign in to comment.