Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91920
b: refs/heads/master
c: ed15243
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Apr 22, 2008
1 parent c522da3 commit d5fb1eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 521b5d0c40386f4a9805cdec7bd979fc96a86aeb
refs/heads/master: ed1524371716466e9c762808b02601d0d0276a92
3 changes: 3 additions & 0 deletions trunk/fs/pipe.c
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,10 @@ struct file *create_write_pipe(void)
return f;

err_dentry:
free_pipe_info(inode);
dput(dentry);
return ERR_PTR(err);

err_inode:
free_pipe_info(inode);
iput(inode);
Expand Down

0 comments on commit d5fb1eb

Please sign in to comment.