Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6002
b: refs/heads/master
c: d634cc1
h: refs/heads/master
v: v3
  • Loading branch information
Steve French authored and Linus Torvalds committed Aug 26, 2005
1 parent 09b9568 commit eeb6f20
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: fd589e0b662c1ea8cfb1e0d20d60a2510979865b
refs/heads/master: d634cc15e8f33332038dc9c078beae79f9382ada
2 changes: 1 addition & 1 deletion trunk/fs/cifs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ int cifs_lock(struct file *file, int cmd, struct file_lock *pfLock)
netfid, length,
pfLock->fl_start, numUnlock, numLock, lockType,
wait_flag);
if (rc == 0 && (pfLock->fl_flags & FL_POSIX))
if (pfLock->fl_flags & FL_POSIX)
posix_lock_file_wait(file, pfLock);
FreeXid(xid);
return rc;
Expand Down

0 comments on commit eeb6f20

Please sign in to comment.