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.
])
])
-# 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],
# 2.6.15
LC_INODE_I_MUTEX
- # SLES 10 (at least)
- LC_SYMVERFILE
-
# 2.6.17
LC_DQUOTOFF_MUTEX