Whamcloud - gitweb
b=16364
authorbrian <brian>
Tue, 19 Aug 2008 18:28:51 +0000 (18:28 +0000)
committerbrian <brian>
Tue, 19 Aug 2008 18:28:51 +0000 (18:28 +0000)
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

index 640085d..d4ac0c0 100644 (file)
@@ -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)