commit | 8b39f2b41033754e7ba669503d27268beb1b524a | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed May 14 19:48:25 2008 -0700 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Jul 09 12:08:41 2008 -0400 |
tree | 50377c7d6c4918141f3b8bda5040477854458e7c | |
parent | 2116271a347d1181b5497602c2bfada1de8fd53b [diff] |
SUNRPC: Ensure we exit early in case of an encode error All errors from call_encode(), with exception of EAGAIN are fatal, so we should immediately return instead of proceeding to xprt_transmit(). Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>