From: shadow Date: Fri, 23 May 2008 15:57:10 +0000 (+0000) Subject: fix build lustre with o2ib and SLES10. X-Git-Tag: v1_9_50~450 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=e8148c52ea455b602af85d9aa9208f285ed8cace;p=fs%2Flustre-release.git fix build lustre with o2ib and SLES10. b=15870 i=walter --- diff --git a/lustre/ChangeLog b/lustre/ChangeLog index a1ccc1b..9997d69 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -13,6 +13,13 @@ tbd Sun Microsystems, Inc. removed cwd "./" (refer to Bugzilla 14399). Severity : normal +Frequency : always with o2ib 1.3 and sles10 +Bugzilla : 15870 +Description: fix build with SLES10 and o2ib v3. +Details : sles10 uses diffrent name for Module.symver file but configure + assume this file has same name on RHEL/SLES/vanila kernels. + +Severity : normal Bugzilla : 14835 Frequency : after recovery Description: precreate to many object's after del orphan. diff --git a/lustre/autoconf/lustre-core.m4 b/lustre/autoconf/lustre-core.m4 index f893099..9068b9d 100644 --- a/lustre/autoconf/lustre-core.m4 +++ b/lustre/autoconf/lustre-core.m4 @@ -877,19 +877,6 @@ LB_LINUX_TRY_COMPILE([ ]) ]) -# LC_SYMVERFILE -# SLES 9 uses a different name for this file - unsure about vanilla kernels -# around this version, but it matters for servers only. -AC_DEFUN([LC_SYMVERFILE], - [AC_MSG_CHECKING([name of symverfile]) - if grep -q Modules.symvers $LINUX/scripts/Makefile.modpost ; then - SYMVERFILE=Modules.symvers - else - SYMVERFILE=Module.symvers - fi - AC_MSG_RESULT($SYMVERFILE) - AC_SUBST(SYMVERFILE)]) - # LC_DQUOTOFF_MUTEX # after 2.6.17 dquote use mutex instead if semaphore AC_DEFUN([LC_DQUOTOFF_MUTEX], @@ -1520,9 +1507,6 @@ AC_DEFUN([LC_PROG_LINUX], # 2.6.15 LC_INODE_I_MUTEX - # SLES 10 (at least) - LC_SYMVERFILE - # 2.6.17 LC_DQUOTOFF_MUTEX