Make upper bound of kernel version checking macro exclusive
authorAndrew Gabbasov <andrew_gabbasov@mentor.com>
Tue, 27 Nov 2012 16:43:38 +0000 (17:43 +0100)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 27 Nov 2012 16:43:38 +0000 (17:43 +0100)
commit144bbfd57c21983409d77cdb283506b381fbfade
treee11cff716fbefb04119d4185cb574e54972b7a58
parent180f0df2773963488ed52b6db03f5bbab5c55807
Make upper bound of kernel version checking macro exclusive

It's more usable to have the upper limit exclusive. It helps to avoid
hardcoding of stable branch highest version number, i.e. having a range
from 3.1.0 up to 3.2.0 (exclusively) gives us all 3.1.x versions.

Signed-off-by: Andrew Gabbasov <andrew_gabbasov@mentor.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
lttng-kernel-version.h
This page took 0.024869 seconds and 4 git commands to generate.