Fix: correct typo in kernel version number
authorAntoine Busque <antoine.busque@efficios.com>
Wed, 11 Jun 2014 14:45:44 +0000 (10:45 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 16 Jun 2014 02:46:03 +0000 (22:46 -0400)
commita0383def517e3aebbbcebae61fe2bcfb50d31e71
tree5615503168a977e2cda4e24611efd42e72f80260
parent6edef96ea00a04ae7e19a435a5fe693a23e705c2
Fix: correct typo in kernel version number

A typo in a preprocessor conditional verifying the range in which the
current kernel version is situated caused build failure for modules on
3.5.0 specifically, by trying to use the new api for block_rq_complete
which has not been backported from the 3.15 branch to the 3.5 branch.

Signed-off-by: Antoine Busque <antoine.busque@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/events/lttng-module/block.h
This page took 0.026593 seconds and 4 git commands to generate.