diff options
| author | Dr. David Alan Gilbert <linux@treblig.org> | 2025-05-01 01:24:02 +0100 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2025-05-05 16:48:12 -0700 |
| commit | 320a66f84022028f1277bf568a5e8987eac6e797 (patch) | |
| tree | 74990458a7ba69d40ed205e4a771e32870a0bb23 /include/net/strparser.h | |
| parent | b4cd2ee54ca47c4575e30419f39a31249c1ee9b0 (diff) | |
strparser: Remove unused __strp_unpause
The last use of __strp_unpause() was removed in 2022 by
commit 84c61fe1a75b ("tls: rx: do not use the standard strparser")
Remove it.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20250501002402.308843-1-linux@treblig.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/net/strparser.h')
| -rw-r--r-- | include/net/strparser.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/strparser.h b/include/net/strparser.h index 0a83010b3a64..0ed73e364faa 100644 --- a/include/net/strparser.h +++ b/include/net/strparser.h @@ -114,8 +114,6 @@ static inline void strp_pause(struct strparser *strp) /* May be called without holding lock for attached socket */ void strp_unpause(struct strparser *strp); -/* Must be called with process lock held (lock_sock) */ -void __strp_unpause(struct strparser *strp); static inline void save_strp_stats(struct strparser *strp, struct strp_aggr_stats *agg_stats) |