Files
linux/drivers/net
Qingfang Deng 2bb54b49e9 ppp: convert chan_sem to a mutex
chan_sem's read-side lock is taken under another mutex, so there is no
benefit in keeping it as an rwsem. Replace the rwsem with a mutex.

Signed-off-by: Qingfang Deng <qingfang.deng@linux.dev>
Link: https://patch.msgid.link/20260727032802.4090-1-qingfang.deng@linux.dev
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2026-07-28 19:13:51 -07:00
..
2026-07-28 19:13:51 -07:00