Fix: support ext4_journal_start on EL 8.4+
[lttng-modules.git] / lttng-context-pid-ns.c
index f039f2606f81f7f7107fd22ffd40c0ddb4c59358..68f8274329390a482e099c9d5b27943bc8ec48f5 100644 (file)
@@ -20,7 +20,7 @@
 #include <lttng-tracer.h>
 
 #if defined(CONFIG_PID_NS) && \
-       (LINUX_VERSION_CODE >= KERNEL_VERSION(3,8,0))
+       (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(3,8,0))
 
 static
 size_t pid_ns_get_size(size_t offset)
@@ -98,7 +98,7 @@ int lttng_add_pid_ns_to_ctx(struct lttng_ctx **ctx)
        field->record = pid_ns_record;
        field->get_value = pid_ns_get_value;
        lttng_context_update(*ctx);
-       wrapper_vmalloc_sync_all();
+       wrapper_vmalloc_sync_mappings();
        return 0;
 }
 EXPORT_SYMBOL_GPL(lttng_add_pid_ns_to_ctx);
This page took 0.023382 seconds and 4 git commands to generate.