projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39db810
)
[CIFS] fix typo in previous
author
Steve French
<sfrench@us.ibm.com>
Fri, 24 Aug 2007 03:22:48 +0000
(
03:22
+0000)
committer
Steve 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
patch
|
blob
|
history
diff --git
a/fs/cifs/file.c
b/fs/cifs/file.c
index f9bd8b83f40e99d518cb47a8184f5c520e4a674d..26fa50858aacec32398334babe46c82e6136b61e 100644
(file)
--- 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)
mutex_lock(&fid->lock_mutex);
list_for_each_entry_safe(li, tmp, &fid->llist, llist) {
if (pfLock->fl_start <= li->offset &&
- (pf
l
ock->fl_start + length) >=
+ (pf
L
ock->fl_start + length) >=
(li->offset + li->length)) {
stored_rc = CIFSSMBLock(xid, pTcon,
netfid,