summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/recvmsg.c
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2022-10-07 14:46:08 +0100
committerDavid Howells <dhowells@redhat.com>2022-11-08 16:42:28 +0000
commita11e6ff961a01884482b2a70ced74a5c62d96801 (patch)
treee13416bd70bf0f7e81584f31399bdf5039455191 /net/rxrpc/recvmsg.c
parent27f699ccb89d65165175525254fec3d9d6b8d500 (diff)
downloadlinux-stable-a11e6ff961a01884482b2a70ced74a5c62d96801.tar.gz
linux-stable-a11e6ff961a01884482b2a70ced74a5c62d96801.tar.bz2
linux-stable-a11e6ff961a01884482b2a70ced74a5c62d96801.zip
rxrpc: Remove call->tx_phase
Remove call->tx_phase as it's only ever set. Signed-off-by: David Howells <dhowells@redhat.com> cc: Marc Dionne <marc.dionne@auristor.com> cc: linux-afs@lists.infradead.org
Diffstat (limited to 'net/rxrpc/recvmsg.c')
-rw-r--r--net/rxrpc/recvmsg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/rxrpc/recvmsg.c b/net/rxrpc/recvmsg.c
index 7e39c262fd79..a378e7a672a8 100644
--- a/net/rxrpc/recvmsg.c
+++ b/net/rxrpc/recvmsg.c
@@ -203,7 +203,6 @@ static void rxrpc_end_rx_phase(struct rxrpc_call *call, rxrpc_serial_t serial)
break;
case RXRPC_CALL_SERVER_RECV_REQUEST:
- call->tx_phase = true;
call->state = RXRPC_CALL_SERVER_ACK_REQUEST;
call->expect_req_by = jiffies + MAX_JIFFY_OFFSET;
write_unlock_bh(&call->state_lock);