From: Simon Derr Date: Mon, 17 Sep 2012 13:16:29 +0000 (+0200) Subject: 9P: fix test at the end of p9_write_work() X-Git-Tag: v3.7-rc1~49^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1957b3a86f8eb5ceab32e3aae99e2822258aa530;p=pandora-kernel.git 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 Signed-off-by: Eric Van Hensbergen --- Reading git-diff-tree failed