summaryrefslogtreecommitdiff
path: root/net/rxrpc/ar-internal.h
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2022-08-18 13:52:36 +0300
committerDavid Howells <dhowells@redhat.com>2022-11-08 19:42:15 +0300
commitf7fa52421f76309c574f2575701660bc3ea3a705 (patch)
tree871000516269ad154b7693453203fe970b58dd05 /net/rxrpc/ar-internal.h
parentf2a676d10038e8f3913dc576397b9c9efb190afd (diff)
downloadlinux-f7fa52421f76309c574f2575701660bc3ea3a705.tar.xz
rxrpc: Record stats for why the REQUEST-ACK flag is being set
Record stats for why the REQUEST-ACK flag is being 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/ar-internal.h')
-rw-r--r--net/rxrpc/ar-internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/rxrpc/ar-internal.h b/net/rxrpc/ar-internal.h
index 8ed707a11d43..436a1e8d0abd 100644
--- a/net/rxrpc/ar-internal.h
+++ b/net/rxrpc/ar-internal.h
@@ -107,6 +107,8 @@ struct rxrpc_net {
atomic_t stat_tx_ack_skip;
atomic_t stat_tx_acks[256];
atomic_t stat_rx_acks[256];
+
+ atomic_t stat_why_req_ack[8];
};
/*