wrapper: compiler.h: remove READ_ONCE/WRITE_ONCE wrappers
[lttng-modules.git] / lttng-context-hostname.c
index 0bbb1c78d78f3479000d1672585187408e3dbccf..8462da4199f207fbdb2346255fb1ba42b57b86f1 100644 (file)
@@ -13,7 +13,6 @@
 #include <linux/utsname.h>
 #include <lttng-events.h>
 #include <wrapper/ringbuffer/frontend_types.h>
-#include <wrapper/vmalloc.h>
 #include <lttng-tracer.h>
 
 #define LTTNG_HOSTNAME_CTX_LEN (__NEW_UTS_LEN + 1)
@@ -100,7 +99,6 @@ int lttng_add_hostname_to_ctx(struct lttng_ctx **ctx)
        field->record = hostname_record;
        field->get_value = hostname_get_value;
        lttng_context_update(*ctx);
-       wrapper_vmalloc_sync_all();
        return 0;
 }
 EXPORT_SYMBOL_GPL(lttng_add_hostname_to_ctx);
This page took 0.023716 seconds and 4 git commands to generate.