From: brian Date: Tue, 19 Aug 2008 18:28:51 +0000 (+0000) Subject: b=16364 X-Git-Tag: v1_7_80~1^2~2 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=6fd115f9116454714577509c5ce89520d918faf8;p=fs%2Flustre-release.git 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. --- 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)