Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373294
b: refs/heads/master
c: efb79f2
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and Steve French committed May 5, 2013
1 parent 966f51c commit b90e207
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 0124cc45113f93b52c76589dc596a026917859bb
refs/heads/master: efb79f289f0a7e7fbfc82f78959093bf7d1558b9
4 changes: 3 additions & 1 deletion trunk/fs/cifs/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -457,8 +457,10 @@ cifs_atomic_open(struct inode *inode, struct dentry *direntry,
inode, direntry->d_name.name, direntry);

tlink = cifs_sb_tlink(CIFS_SB(inode->i_sb));
if (IS_ERR(tlink))
if (IS_ERR(tlink)) {
rc = PTR_ERR(tlink);
goto out_free_xid;
}

tcon = tlink_tcon(tlink);
server = tcon->ses->server;
Expand Down

0 comments on commit b90e207

Please sign in to comment.