projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03a6c82
)
rxrpc: Don't set upgrade by default in sendmsg()
author
David Howells
<dhowells@redhat.com>
Fri, 24 Nov 2017 10:18:40 +0000
(10:18 +0000)
committer
David Howells
<dhowells@redhat.com>
Fri, 24 Nov 2017 10:18:40 +0000
(10:18 +0000)
Don't set upgrade by default when creating a call from sendmsg(). This is
a holdover from when I was testing the code.
Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/sendmsg.c
patch
|
blob
|
history
diff --git
a/net/rxrpc/sendmsg.c
b/net/rxrpc/sendmsg.c
index 3a99b1a908df5bbb1bec67aff0c814d2ed2f2ee5..94555c94b2d868d82f69a38dcb5925b9d7cec281 100644
(file)
--- a/
net/rxrpc/sendmsg.c
+++ b/
net/rxrpc/sendmsg.c
@@
-602,7
+602,7
@@
int rxrpc_do_sendmsg(struct rxrpc_sock *rx, struct msghdr *msg, size_t len)
.abort_code = 0,
.command = RXRPC_CMD_SEND_DATA,
.exclusive = false,
- .upgrade =
tru
e,
+ .upgrade =
fals
e,
};
_enter("");