Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287605
b: refs/heads/master
c: 8b0192a
h: refs/heads/master
i:
  287603: 8f780ab
v: v3
  • Loading branch information
Jeff Layton authored and Steve French committed Feb 8, 2012
1 parent a5fb6f2 commit d07b9b6
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: 4edc53c1f8cdd99d349165d6c61c45aa4e8e2564
refs/heads/master: 8b0192a5f478da1c1ae906bf3ffff53f26204f56
2 changes: 1 addition & 1 deletion trunk/fs/cifs/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ cifs_lookup(struct inode *parent_dir_inode, struct dentry *direntry,
{
int xid;
int rc = 0; /* to get around spurious gcc warning, set to zero here */
__u32 oplock = 0;
__u32 oplock = enable_oplocks ? REQ_OPLOCK : 0;
__u16 fileHandle = 0;
bool posix_open = false;
struct cifs_sb_info *cifs_sb;
Expand Down

0 comments on commit d07b9b6

Please sign in to comment.