Files
linux/drivers
Qingfang Deng 5ecbebc948 ppp: consolidate refcount decrements
ppp_destroy_{channel,interface} are always called after
refcount_dec_and_test().

To reduce boilerplate code, consolidate the decrements by moving them
into the two functions. To reflect this change in semantics, rename the
functions to ppp_release_*.

Signed-off-by: Qingfang Deng <qingfang.deng@linux.dev>
Link: https://patch.msgid.link/20260407094058.257246-1-qingfang.deng@linux.dev
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2026-04-09 20:03:48 -07:00
..
2026-01-07 21:17:43 +01:00
2026-04-09 20:03:48 -07:00
2026-03-13 14:17:30 +00:00