diff options
| author | David Howells <dhowells@redhat.com> | 2024-12-04 07:46:54 +0000 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2024-12-09 13:48:29 -0800 |
| commit | c637bd066841de6d0a204898a62f1d9bb8fa1b7f (patch) | |
| tree | 3f446c98f5a54a5c4ac5f298d1a1744324f43836 /lib/win_minmax.c | |
| parent | rxrpc: Don't use received skbuff timestamps (diff) | |
| download | linux-c637bd066841de6d0a204898a62f1d9bb8fa1b7f.tar.gz linux-c637bd066841de6d0a204898a62f1d9bb8fa1b7f.zip | |
rxrpc: Generate rtt_min
Generate rtt_min as this is required by RACK-TLP.
Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
Link: https://patch.msgid.link/20241204074710.990092-27-dhowells@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'lib/win_minmax.c')
| -rw-r--r-- | lib/win_minmax.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/win_minmax.c b/lib/win_minmax.c index ec10506834b6..1682e614309c 100644 --- a/lib/win_minmax.c +++ b/lib/win_minmax.c @@ -97,3 +97,4 @@ u32 minmax_running_min(struct minmax *m, u32 win, u32 t, u32 meas) return minmax_subwin_update(m, win, &val); } +EXPORT_SYMBOL(minmax_running_min); |
