[CIFS] fix typo in previous
authorSteve French <sfrench@us.ibm.com>
Fri, 24 Aug 2007 03:22:48 +0000 (03:22 +0000)
committerSteve French <sfrench@us.ibm.com>
Fri, 24 Aug 2007 03:22:48 +0000 (03:22 +0000)
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/file.c

index f9bd8b8..26fa508 100644 (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,