Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333412
b: refs/heads/master
c: 1957b3a
h: refs/heads/master
v: v3
  • Loading branch information
Simon Derr authored and Eric Van Hensbergen committed Sep 17, 2012
1 parent 6f4547c commit 33bbc2f
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: 0462194d358c2e040282d4d1a4fd1aab84417e42
refs/heads/master: 1957b3a86f8eb5ceab32e3aae99e2822258aa530
2 changes: 1 addition & 1 deletion trunk/net/9p/trans_fd.c
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ static void p9_write_work(struct work_struct *work)
if (m->wpos == m->wsize)
m->wpos = m->wsize = 0;

if (m->wsize == 0 && !list_empty(&m->unsent_req_list)) {
if (m->wsize || !list_empty(&m->unsent_req_list)) {
if (test_and_clear_bit(Wpending, &m->wsched))
n = POLLOUT;
else
Expand Down

0 comments on commit 33bbc2f

Please sign in to comment.