Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 229072
b: refs/heads/master
c: c25a61f
h: refs/heads/master
v: v3
  • Loading branch information
Eric Van Hensbergen committed Jan 11, 2011
1 parent 7b582d7 commit b6cfdda
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: 31b6ceac497954c160c61f07e76b891b1cf53c90
refs/heads/master: c25a61f542ccb81e74d3f822992f3d74392f386d
2 changes: 1 addition & 1 deletion trunk/fs/9p/vfs_inode_dotl.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ v9fs_vfs_create_dotl(struct inode *dir, struct dentry *dentry, int omode,
fid = p9_client_walk(dfid, 1, &name, 1);
if (IS_ERR(fid)) {
err = PTR_ERR(fid);
P9_DPRINTK(P9_DEBUG_VFS, "p9_clinet_walk failed %d\n", err);
P9_DPRINTK(P9_DEBUG_VFS, "p9_client_walk failed %d\n", err);
fid = NULL;
goto error;
}
Expand Down

0 comments on commit b6cfdda

Please sign in to comment.