Re: [PATCH] object-file: use `container_of()` to convert from base types
From: Toon Claes <hidden>
Date: 2026-02-20 16:08:05
From: Toon Claes <hidden>
Date: 2026-02-20 16:08:05
Justin Tobler [off-list ref] writes:
To improve code hygiene, replace direct casts from `struct odb_transaction` and `struct odb_read_stream` to their concrete implementations with `container_of()`. Signed-off-by: Justin Tobler <redacted> --- Greeting, This patch is a small cleanup following discussion in [1]. Thanks, -Justin [1]: [ref]
Thanks for following up on this. -- Cheers, Toon