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