On Wed, 2026-07-15 at 23:00 +0300, Onur Özkan wrote:
On Fri, 03 Jul 2026 09:31:40 +0200 Philipp Stanner phasta@kernel.org wrote:
+}
+#[allow(unused_unsafe)]
Why is this needed?
Relic from copy pasting around and sorting. Will remove.
P.
+impl<'a, T: Send + Sync + FenceCtxOps> FenceCtx<T> { + // This can later be extended as a vtable in case other parties need support + // for the more "exotic" callbacks.