Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74171
b: refs/heads/master
c: eda4f9b
h: refs/heads/master
i:
  74169: 5ad253c
  74167: 77578f8
v: v3
  • Loading branch information
J. Bruce Fields authored and Trond Myklebust committed Nov 17, 2007
1 parent 6ad5285 commit 452bd96
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: ef338bee3f4f509e82066e100f76fecbbbbc4cca
refs/heads/master: eda4f9b7996e5520934ca2a7310b363463a4e3b0
2 changes: 1 addition & 1 deletion trunk/net/sunrpc/rpc_pipe.c
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ rpc_pipe_poll(struct file *filp, struct poll_table_struct *wait)
mask = POLLOUT | POLLWRNORM;
if (rpci->ops == NULL)
mask |= POLLERR | POLLHUP;
if (!list_empty(&rpci->pipe))
if (filp->private_data || !list_empty(&rpci->pipe))
mask |= POLLIN | POLLRDNORM;
return mask;
}
Expand Down

0 comments on commit 452bd96

Please sign in to comment.