From: Trond Myklebust Date: Wed, 11 Mar 2009 18:38:00 +0000 (-0400) Subject: SUNRPC: Return EAGAIN instead of ENOTCONN when waking up xprt->pending X-Git-Tag: v2.6.30-rc1~415^2^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a4919919a97911b0aa4b9f5ac1eab90ba87652b;p=pandora-kernel.git SUNRPC: Return EAGAIN instead of ENOTCONN when waking up xprt->pending While we should definitely return socket errors to the task that is currently trying to send data, there is no need to propagate the same error to all the other tasks on xprt->pending. Doing so actually slows down recovery, since it causes more than one tasks to attempt socket recovery. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed