From: Trond Myklebust Date: Fri, 25 Jul 2014 03:59:32 +0000 (-0400) Subject: SUNRPC: svc_tcp_write_space: don't clear SOCK_NOSPACE prematurely X-Git-Tag: omap-for-v3.17/fixes-against-rc2~101^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7fb3f0631b8d66b90e0642a95b948febb3f3cee;p=pandora-kernel.git SUNRPC: svc_tcp_write_space: don't clear SOCK_NOSPACE prematurely If requests are queued in the socket inbuffer waiting for an svc_tcp_has_wspace() requirement to be satisfied, then we do not want to clear the SOCK_NOSPACE flag until we've satisfied that requirement. Signed-off-by: Trond Myklebust Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed