Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157139
b: refs/heads/master
c: 48559b4
h: refs/heads/master
i:
  157137: 9903432
  157135: c895775
v: v3
  • Loading branch information
Abhishek Kulkarni authored and Eric Van Hensbergen committed Aug 17, 2009
1 parent 407e13d commit 8c9c2c5
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: 4d3297ca5bf37ff5956f76fb352e009880aad62d
refs/heads/master: 48559b4c30708ebdc849483da9fb83ee08c6c908
2 changes: 1 addition & 1 deletion trunk/fs/9p/vfs_inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ struct inode *v9fs_get_inode(struct super_block *sb, int mode)
inode = new_inode(sb);
if (!inode) {
P9_EPRINTK(KERN_WARNING, "Problem allocating inode\n");
return -ENOMEM;
return ERR_PTR(-ENOMEM);
}

inode->i_mode = mode;
Expand Down

0 comments on commit 8c9c2c5

Please sign in to comment.