Fix: mm_page_alloc_extfrag instrumentation for kernel 3.18.10
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 14 Aug 2015 15:37:31 +0000 (11:37 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 14 Aug 2015 18:12:01 +0000 (14:12 -0400)
commitf1b58fb1b2302a3dd7b4563041b14ccdd12ee500
tree38ccf3a8f0d56f1bc76afead5a8750c0c20990ea
parent5594698f9c8ad13e0964c67946d1867df7757dae
Fix: mm_page_alloc_extfrag instrumentation for kernel 3.18.10

The following commit has been backported from kernel 3.19.2 into
3.18.10, introducing a change to mm_page_alloc_extfrag and therefore
provoking a build failure on a 3.18.10 kernel:

commit a4f3f96f850db69890f47984c60606a2362bee89
Author: Vlastimil Babka <vbabka@suse.cz>
Date:   Wed Feb 11 15:28:15 2015 -0800

    mm: when stealing freepages, also take pages created by splitting buddy page

    commit 99592d598eca62bdbbf62b59941c189176dfc614 upstream.

This patch adds the proper version check to allow building on 3.18.y.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/events/lttng-module/kmem.h
This page took 0.025205 seconds and 4 git commands to generate.