projects
/
lttng-modules.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da0fcb1
)
Fix: missing wrapper rename to wrapper_vmalloc_sync_mappings
author
Michael Jeanson
<mjeanson@efficios.com>
Wed, 6 May 2020 15:03:32 +0000
(11:03 -0400)
committer
Mathieu Desnoyers
<mathieu.desnoyers@efficios.com>
Fri, 8 May 2020 17:56:40 +0000
(13:56 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Idf7082a980c5a604bfef5c69906678b5083a9bbf
wrapper/vmalloc.h
patch
|
blob
|
blame
|
history
diff --git
a/wrapper/vmalloc.h
b/wrapper/vmalloc.h
index 54715b5741d6d775d11319bcb101b0f7e5d8cc0d..5d0b38987d6b4d0f5cee6a0b6f8db696564b3a7f 100644
(file)
--- a/
wrapper/vmalloc.h
+++ b/
wrapper/vmalloc.h
@@
-216,7
+216,7
@@
void *lttng_kvmalloc_node(unsigned long size, gfp_t flags, int node)
* Make sure we don't trigger recursive page faults in the
* tracing fast path.
*/
- wrapper_vmalloc_sync_
all
();
+ wrapper_vmalloc_sync_
mappings
();
}
return ret;
}
This page took
0.030849 seconds
and
4
git commands to generate.