Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10000
b: refs/heads/master
c: 747c553
h: refs/heads/master
v: v3
  • Loading branch information
Steve Dickson authored and Trond Myklebust committed Oct 19, 2005
1 parent 281c252 commit ddd7061
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 7f709a48fa798cfa0f2f777c8752e12995054f78
refs/heads/master: 747c5534c9a6da4aa87e7cdc2209ea98ea27f381
2 changes: 2 additions & 0 deletions trunk/net/sunrpc/rpc_pipe.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ rpc_pipe_release(struct inode *inode, struct file *filp)
__rpc_purge_upcall(inode, -EPIPE);
if (rpci->ops->release_pipe)
rpci->ops->release_pipe(inode);
if (!rpci->nreaders && !rpci->nwriters)
rpci->ops = NULL;
out:
up(&inode->i_sem);
return 0;
Expand Down

0 comments on commit ddd7061

Please sign in to comment.