X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-context-ipc-ns.c;h=f723e8a72880b255eae69dff3e1c0d7ac215e0d8;hb=refs%2Fheads%2Fstable-2.12;hp=78d59660900841910e532f7689912538ff4564c2;hpb=a6cf40a4491954d6f81052f8bbce757f73727f16;p=lttng-modules.git diff --git a/lttng-context-ipc-ns.c b/lttng-context-ipc-ns.c index 78d59660..f723e8a7 100644 --- a/lttng-context-ipc-ns.c +++ b/lttng-context-ipc-ns.c @@ -20,7 +20,7 @@ #include #if defined(CONFIG_IPC_NS) && \ - (LINUX_VERSION_CODE >= KERNEL_VERSION(3,8,0)) + (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(3,8,0)) static size_t ipc_ns_get_size(size_t offset) @@ -96,7 +96,7 @@ int lttng_add_ipc_ns_to_ctx(struct lttng_ctx **ctx) field->record = ipc_ns_record; field->get_value = ipc_ns_get_value; lttng_context_update(*ctx); - wrapper_vmalloc_sync_all(); + wrapper_vmalloc_sync_mappings(); return 0; } EXPORT_SYMBOL_GPL(lttng_add_ipc_ns_to_ctx);