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:
fa14e85
)
af_unix: netns: fix problem of return value
author
Jianjun Kong
<jianjun@zeuux.org>
Sun, 2 Nov 2008 04:37:27 +0000
(21:37 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Sat, 13 Dec 2008 23:29:11 +0000
(15:29 -0800)
[ Upstream commit
48dcc33e5e11de0f76b65b113988dbc930d17395
]
fix problem of return value
net/unix/af_unix.c: unix_net_init()
when error appears, it should return 'error', not always return 0.
Signed-off-by: Jianjun Kong <jianjun@zeuux.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found