From: Andrew Gabbasov Date: Tue, 27 Nov 2012 16:43:38 +0000 (+0100) Subject: Make upper bound of kernel version checking macro exclusive X-Git-Tag: v2.2.0-rc1~30 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=144bbfd57c21983409d77cdb283506b381fbfade;hp=144bbfd57c21983409d77cdb283506b381fbfade;p=lttng-modules.git 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 Signed-off-by: Mathieu Desnoyers ---