]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/staging/lustre/lustre/include/lustre_ver.h
Merge branch 'for-v3.11' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping
[karo-tx-linux.git] / drivers / staging / lustre / lustre / include / lustre_ver.h
1 #ifndef _LUSTRE_VER_H_
2 #define _LUSTRE_VER_H_
3 /* This file automatically generated from lustre/include/lustre_ver.h.in,
4  * based on parameters in lustre/autoconf/lustre-version.ac.
5  * Changes made directly to this file will be lost. */
6
7 #define LUSTRE_MAJOR 2
8 #define LUSTRE_MINOR 3
9 #define LUSTRE_PATCH 64
10 #define LUSTRE_FIX 0
11 #define LUSTRE_VERSION_STRING "2.3.64"
12
13 #define LUSTRE_VERSION_CODE OBD_OCD_VERSION(LUSTRE_MAJOR,LUSTRE_MINOR,LUSTRE_PATCH,LUSTRE_FIX)
14
15 /* liblustre clients are only allowed to connect if their LUSTRE_FIX mismatches
16  * by this amount (set in lustre/autoconf/lustre-version.ac). */
17 #define LUSTRE_VERSION_ALLOWED_OFFSET OBD_OCD_VERSION(0, 0, 1, 32)
18
19 /* If lustre version of client and servers it connects to differs by more
20  * than this amount, client would issue a warning.
21  * (set in lustre/autoconf/lustre-version.ac) */
22 #define LUSTRE_VERSION_OFFSET_WARN OBD_OCD_VERSION(0, 4, 0, 0)
23
24 #endif