dect
/
linux-2.6
Archived
13
0
Fork 0

[CIFS] fix typo in previous

Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:
Steve French 2007-08-24 03:22:48 +00:00
parent 39db810cb6
commit c19eb71020
1 changed files with 1 additions and 1 deletions

View File

@ -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,