git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0b9f80
)
sunrpc: Propagate errors from xs_bind() through xs_create_sock()
author
Ben Hutchings
<bhutchings@solarflare.com>
Tue, 22 Feb 2011 21:54:34 +0000
(21:54 +0000)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 23 Mar 2011 19:49:54 +0000
(12:49 -0700)
commit
4cea288aaf0e11647880cc487350b1dc45d9febc
upstream.
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 <bhutchings@solarflare.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found