From: Trond Myklebust Date: Tue, 10 Jun 2008 22:30:11 +0000 (-0400) Subject: SUNRPC: An ENOMEM error from call_encode is always fatal X-Git-Tag: v2.6.27-rc1~1052^2~1^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b390c2b55c830eb3b64633fa8d8b8837e073e458;p=pandora-kernel.git SUNRPC: An ENOMEM error from call_encode is always fatal The special 'ENOMEM' case that was previously flagged as non-fatal is bogus: auth_gss always returns EAGAIN for non-fatal errors, and may in fact return ENOMEM in the special case where xdr_buf_read_netobj runs out of preallocated buffer space (invariably a _fatal_ error, since there is no provision for preallocating larger buffers). Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed