From 6fd115f9116454714577509c5ce89520d918faf8 Mon Sep 17 00:00:00 2001 From: brian Date: Tue, 19 Aug 2008 18:28:51 +0000 Subject: [PATCH] b=16364 i=yibin.wang i=sheng.yang Try to prevent the user from choosing incompatible kernel and Lustre configuration options when configuring the o2ib LND. --- lnet/autoconf/lustre-lnet.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lnet/autoconf/lustre-lnet.m4 b/lnet/autoconf/lustre-lnet.m4 index 640085d..d4ac0c0 100644 --- a/lnet/autoconf/lustre-lnet.m4 +++ b/lnet/autoconf/lustre-lnet.m4 @@ -530,7 +530,7 @@ else -f ${O2IBPATH}/include/rdma/ib_fmr_pool.h \); then o2ib_found=true break - fi + fi done if ! $o2ib_found; then AC_MSG_RESULT([no]) @@ -651,6 +651,7 @@ else EXTRA_KCFLAGS="$EXTRA_KCFLAGS_save" fi fi + fi fi AC_SUBST(EXTRA_LNET_INCLUDE) -- 1.8.3.1