Message ID | 1275043699-21832-1-git-send-email-sjayaraman@suse.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/fs/cifs/file.c b/fs/cifs/file.c index a83541e..ae89625 100644 --- a/fs/cifs/file.c +++ b/fs/cifs/file.c @@ -309,8 +309,8 @@ int cifs_open(struct inode *inode, struct file *file) on read only files needed here */ pCifsFile = cifs_fill_filedata(file); - cifs_posix_open_inode_helper(inode, file, pCifsInode, - oplock, netfid); + rc = cifs_posix_open_inode_helper(inode, file, + pCifsInode, oplock, netfid); goto out; } else if ((rc == -EINVAL) || (rc == -EOPNOTSUPP)) { if (tcon->ses->serverNOS)