Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 229209
b: refs/heads/master
c: bf0c84f
h: refs/heads/master
i:
  229207: 5e75c78
v: v3
  • Loading branch information
Namhyung Kim authored and Trond Myklebust committed Jan 4, 2011
1 parent a1eee70 commit 23784c8
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: 5f3e97c9ee6290befb5a2e78baf95ff951a8a34a
refs/heads/master: bf0c84f1614bffc59565d04f09b9ac6b1aa269a9
2 changes: 1 addition & 1 deletion trunk/fs/nfs/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,7 @@ static struct dentry *nfs_lookup(struct inode *dir, struct dentry * dentry, stru
goto out_unblock_sillyrename;
}
inode = nfs_fhget(dentry->d_sb, fhandle, fattr);
res = (struct dentry *)inode;
res = ERR_CAST(inode);
if (IS_ERR(res))
goto out_unblock_sillyrename;

Expand Down

0 comments on commit 23784c8

Please sign in to comment.