projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d12f8a
)
rxrpc: The protocol family should be set to PF_RXRPC not PF_UNIX
author
David Howells
<dhowells@redhat.com>
Fri, 4 Mar 2016 15:54:27 +0000
(15:54 +0000)
committer
David Howells
<dhowells@redhat.com>
Fri, 4 Mar 2016 15:54:27 +0000
(15:54 +0000)
Fix the protocol family set in the proto_ops for rxrpc to be PF_RXRPC not
PF_UNIX.
Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/af_rxrpc.c
patch
|
blob
|
blame
|
history
diff --git
a/net/rxrpc/af_rxrpc.c
b/net/rxrpc/af_rxrpc.c
index 7bb5cca0ae32f477449b9034405ec26adc55bebf..5e810b83269f0b22090b6bfa9c0c33ea03ce68a6 100644
(file)
--- a/
net/rxrpc/af_rxrpc.c
+++ b/
net/rxrpc/af_rxrpc.c
@@
-748,7
+748,7
@@
static int rxrpc_release(struct socket *sock)
* RxRPC network protocol
*/
static const struct proto_ops rxrpc_rpc_ops = {
- .family = PF_
UNIX
,
+ .family = PF_
RXRPC
,
.owner = THIS_MODULE,
.release = rxrpc_release,
.bind = rxrpc_bind,