Files
linux-stable-mirror/include/linux
Kent Overstreet 29f1c1ae6d closures: fix closure_sync + closure debugging
originally, stack closures were only used synchronously, and with the
original implementation of closure_sync() the ref never hit 0; thus,
closure_put_after_sub() assumes that if the ref hits 0 it's on the debug
list, in debug mode.

that's no longer true with the current implementation of closure_sync,
so we need a new magic so closure_debug_destroy() doesn't pop an assert.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2024-07-10 09:53:39 -04:00
..
2024-05-05 17:53:55 -07:00
2024-05-11 00:41:15 +00:00
2024-05-09 13:02:39 +02:00
2024-05-19 14:36:17 -07:00
2024-05-22 16:12:48 -07:00
2024-05-19 14:40:44 -07:00
2024-05-23 13:38:15 +02:00
2024-06-05 19:19:26 -07:00
2024-05-05 17:53:49 -07:00
2024-05-05 17:53:50 -07:00
2024-05-23 19:40:26 -07:00
2024-05-06 12:05:00 +02:00