Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190955
b: refs/heads/master
c: 51c8176
h: refs/heads/master
i:
  190953: 5b0f673
  190951: a1f491c
v: v3
  • Loading branch information
Suresh Jayaraman authored and Steve French committed May 10, 2010
1 parent a2a3429 commit 3d22d65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: bdfae149c5b7430b9a26371f14b2d385fd3a4389
refs/heads/master: 51c8176472de1551a301b676e36a61884e0e8494
5 changes: 2 additions & 3 deletions trunk/fs/cifs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ static inline int cifs_get_disposition(unsigned int flags)
/* all arguments to this function must be checked for validity in caller */
static inline int
cifs_posix_open_inode_helper(struct inode *inode, struct file *file,
struct cifsInodeInfo *pCifsInode,
struct cifsFileInfo *pCifsFile, __u32 oplock,
struct cifsInodeInfo *pCifsInode, __u32 oplock,
u16 netfid)
{

Expand Down Expand Up @@ -311,7 +310,7 @@ int cifs_open(struct inode *inode, struct file *file)

pCifsFile = cifs_fill_filedata(file);
cifs_posix_open_inode_helper(inode, file, pCifsInode,
pCifsFile, oplock, netfid);
oplock, netfid);
goto out;
} else if ((rc == -EINVAL) || (rc == -EOPNOTSUPP)) {
if (tcon->ses->serverNOS)
Expand Down

0 comments on commit 3d22d65

Please sign in to comment.