From: Ben Hutchings Date: Tue, 22 Feb 2011 21:54:34 +0000 (+0000) Subject: sunrpc: Propagate errors from xs_bind() through xs_create_sock() X-Git-Tag: v2.6.38~6^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cea288aaf0e11647880cc487350b1dc45d9febc;p=pandora-kernel.git sunrpc: Propagate errors from xs_bind() through xs_create_sock() xs_create_sock() is supposed to return a pointer or an ERR_PTR-encoded error, but it currently returns 0 if xs_bind() fails. Signed-off-by: Ben Hutchings Cc: stable@kernel.org [v2.6.37] Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed