diff options
Diffstat (limited to 'fs/cifs/file.c')
-rw-r--r-- | fs/cifs/file.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/cifs/file.c b/fs/cifs/file.c index 5b9d1f25aaec..02a2df9cdd9c 100644 --- a/fs/cifs/file.c +++ b/fs/cifs/file.c | |||
@@ -277,8 +277,8 @@ int cifs_open(struct inode *inode, struct file *file) | |||
277 | goto out; | 277 | goto out; |
278 | } | 278 | } |
279 | 279 | ||
280 | cifs_posix_open_inode_helper(inode, file, pCifsInode, | 280 | rc = cifs_posix_open_inode_helper(inode, file, |
281 | oplock, netfid); | 281 | pCifsInode, oplock, netfid); |
282 | goto out; | 282 | goto out; |
283 | } else if ((rc == -EINVAL) || (rc == -EOPNOTSUPP)) { | 283 | } else if ((rc == -EINVAL) || (rc == -EOPNOTSUPP)) { |
284 | if (tcon->ses->serverNOS) | 284 | if (tcon->ses->serverNOS) |