From 4af9965a3f425806dab54e05b706d05aacfe38bc Mon Sep 17 00:00:00 2001 From: shadow Date: Fri, 23 May 2008 15:51:57 +0000 Subject: [PATCH] fix build lustre with o2ib and SLES10. b=15870 i=walter --- lustre/ChangeLog | 7 +++++++ lustre/autoconf/lustre-core.m4 | 16 ---------------- 2 files changed, 7 insertions(+), 16 deletions(-) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index b6ff5b8..fb1ba4a 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -118,6 +118,13 @@ Details : In reconstruct_* functions, LASSERTs on both the data supplied by 'tunefs.lustre --param="mdt.quota_type=ug1" $MDTDEV'. For more information, please refer to bugzilla 13904. +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 : critical Frequency : very rare, if additional xattrs are used on kernels >= 2.6.12 Bugzilla : 15777 diff --git a/lustre/autoconf/lustre-core.m4 b/lustre/autoconf/lustre-core.m4 index 527b800..a96a250 100644 --- a/lustre/autoconf/lustre-core.m4 +++ b/lustre/autoconf/lustre-core.m4 @@ -794,19 +794,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], @@ -1311,9 +1298,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 -- 1.8.3.1