Cleanup: use DEFINE_URCU_TLS_INIT for all CONFIG_RCU_TLS configurations
[lttng-ust.git] / liblttng-ust / lttng-context-cgroup-ns.c
index 3526798faf99fef593485efcf900d606b8cfca93..a6aca3abf60b3267599ef46473c43c02a95b3a36 100644 (file)
@@ -39,7 +39,7 @@
  * We cache the result to ensure we don't stat(2) the proc filesystem on
  * each event.
  */
-static DEFINE_URCU_TLS(ino_t, cached_cgroup_ns) = NS_INO_UNINITIALIZED;
+static DEFINE_URCU_TLS_INIT(ino_t, cached_cgroup_ns, NS_INO_UNINITIALIZED);
 
 static
 ino_t get_cgroup_ns(void)
This page took 0.037242 seconds and 4 git commands to generate.