From: Mathieu Desnoyers Date: Mon, 3 Jul 2023 15:20:27 +0000 (-0400) Subject: rculfhash: Use caa_container_of_check_null in cds_lfht_entry X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=0ef4782c2a106e09f2103b2b110a03e307d6aca8;hp=0ef4782c2a106e09f2103b2b110a03e307d6aca8;p=userspace-rcu.git rculfhash: Use caa_container_of_check_null in cds_lfht_entry Use caa_container_of_check_null in cds_lfht_entry to allow removing caa_unqual_scalar_typeof, which requires C11. Signed-off-by: Mathieu Desnoyers Change-Id: Ifd8b05e666b8f1618a823b96a934a2357edb6b36 ---