Whamcloud - gitweb
LU-6300 build: Kernel string mismatch for ppc64 in RPMs
[fs/lustre-release.git] / config / lustre-build-ldiskfs.m4
index 96fc0e7..6f1ae82 100644 (file)
@@ -6,7 +6,8 @@ LDISKFS_SERIES=
 AC_MSG_CHECKING([which ldiskfs series to use])
 AS_IF([test x$RHEL_KERNEL = xyes], [
        case $RHEL_RELEASE_NO in
-       70)     LDISKFS_SERIES="3.10-rhel7.series"      ;;
+       71)     LDISKFS_SERIES="3.10-rhel7.series"      ;;
+       66)     LDISKFS_SERIES="2.6-rhel6.6.series"     ;;
        65)     LDISKFS_SERIES="2.6-rhel6.5.series"     ;;
        64)     LDISKFS_SERIES="2.6-rhel6.4.series"     ;;
        6[0-3]) LDISKFS_SERIES="2.6-rhel6.series"       ;;
@@ -199,7 +200,7 @@ AM_CONDITIONAL([LDISKFS_ENABLED], [test x$enable_ldiskfs = xyes])
 #
 # LB_VALIDATE_EXT4_SRC_DIR
 #
-# Spot check the existance of several source files common to ext4.
+# Spot check the existence of several source files common to ext4.
 # Detecting this at configure time allows us to avoid a potential build
 # failure and provide a useful error message to explain what is wrong.
 #