diff options
author | Eric Dumazet <[email protected]> | 2023-03-17 15:55:30 +0000 |
---|---|---|
committer | David S. Miller <[email protected]> | 2023-03-18 12:23:33 +0000 |
commit | 94c540fbfc80ef95ec398fc77da1920de2946edb (patch) | |
tree | 67b2d9b2150997513e35d9943517dd294b8c8c2f /tools/perf/scripts/python/mem-phys-addr.py | |
parent | 39a86d059a78bf29b66dd8bbeab04af1d55c02ba (diff) |
udp: preserve const qualifier in udp_sk()
We can change udp_sk() to propagate const qualifier of its argument,
thanks to container_of_const()
This should avoid some potential errors caused by accidental
(const -> not_const) promotion.
Signed-off-by: Eric Dumazet <[email protected]>
Cc: Willem de Bruijn <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions