summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/ar-error.c
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2016-03-04 15:53:46 +0000
committerDavid Howells <dhowells@redhat.com>2016-03-04 15:53:46 +0000
commit4c198ad17a7253cc8ef3ff39bfe73d6b5e65ceef (patch)
tree50e0727cfa2de837b9a97400b6988b6a97abd944 /net/rxrpc/ar-error.c
parent5b8848d14912d5e9974d5d83d71ed6cba2b49345 (diff)
downloadop-kernel-dev-4c198ad17a7253cc8ef3ff39bfe73d6b5e65ceef.zip
op-kernel-dev-4c198ad17a7253cc8ef3ff39bfe73d6b5e65ceef.tar.gz
rxrpc: Rename call events to begin RXRPC_CALL_EV_
Rename call event names to begin RXRPC_CALL_EV_ to distinguish them from the flags. Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'net/rxrpc/ar-error.c')
-rw-r--r--net/rxrpc/ar-error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rxrpc/ar-error.c b/net/rxrpc/ar-error.c
index 0610efa..3c47441 100644
--- a/net/rxrpc/ar-error.c
+++ b/net/rxrpc/ar-error.c
@@ -222,7 +222,7 @@ void rxrpc_UDP_error_handler(struct work_struct *work)
if (call->state != RXRPC_CALL_COMPLETE &&
call->state < RXRPC_CALL_NETWORK_ERROR) {
call->state = RXRPC_CALL_NETWORK_ERROR;
- set_bit(RXRPC_CALL_RCVD_ERROR, &call->events);
+ set_bit(RXRPC_CALL_EV_RCVD_ERROR, &call->events);
rxrpc_queue_call(call);
}
write_unlock(&call->state_lock);
OpenPOWER on IntegriCloud