Files
linux/lib
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-01-19 11:59:11 -08:00
2024-02-01 13:06:40 +01:00
2024-04-25 21:07:06 -07:00
2024-04-25 21:07:05 -07:00
2023-08-21 13:46:25 -07:00
2023-10-16 12:44:06 -04:00
2023-08-24 16:20:18 -07:00
2023-10-16 12:44:06 -04:00
2024-02-15 12:17:28 -05:00
2024-02-20 20:47:32 -08:00
2024-04-16 17:22:18 +02:00
2024-05-19 16:12:38 -07:00
2024-05-02 17:48:09 -04:00