commit | 1957b3a86f8eb5ceab32e3aae99e2822258aa530 | [log] [tgz] |
---|---|---|
author | Simon Derr <simon.derr@bull.net> | Mon Sep 17 15:16:29 2012 +0200 |
committer | Eric Van Hensbergen <ericvh@gmail.com> | Mon Sep 17 14:54:11 2012 -0500 |
tree | 111a02cd46b43a94b46ef144cb74ef321658197f | |
parent | 0462194d358c2e040282d4d1a4fd1aab84417e42 [diff] |
9P: fix test at the end of p9_write_work() At the end of p9_write_work() we want to test if there is still data to send. This means: - either the current request still has data to send (wsize != 0) - or there are requests in the unsent queue Signed-off-by: Simon Derr <simon.derr@bull.net> Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>