diff options
author | Steve French <sfrench@us.ibm.com> | 2007-08-23 23:22:48 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2007-08-23 23:22:48 -0400 |
commit | c19eb71020687e178b9fa564f4a8ac1880f87b10 (patch) | |
tree | 8d629e4ece7dda57719e037ea1e79b6d5e3b626b /fs/cifs/file.c | |
parent | 39db810cb6c1e7d1f2e43ae38b437b7ee72fe815 (diff) |
[CIFS] fix typo in previous
Signed-off-by: Steve French <sfrench@us.ibm.com>
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, |