[Midnightbsd-cvs] [MidnightBSD/src] 8b99ae: cxgbe: Remove most uses of sysctl_wire_old_buffer
Lucas Holt
noreply at github.com
Sun Dec 1 14:29:19 EST 2024
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/src
Commit: 8b99aeda4ccac8462cecfd0e6d258c46f9518ce1
https://github.com/MidnightBSD/src/commit/8b99aeda4ccac8462cecfd0e6d258c46f9518ce1
Author: Lucas Holt <luke at foolishgames.com>
Date: 2024-12-01 (Sun, 01 Dec 2024)
Changed paths:
M sys/dev/cxgbe/t4_main.c
Log Message:
-----------
cxgbe: Remove most uses of sysctl_wire_old_buffer
Most of these sysctls don't call sbuf_* while holding any locks. Of
the ones that do hold locks, all but one can be fixed to drop the lock
before calling sbuf_*.
To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications
More information about the Midnightbsd-cvs
mailing list