[Ocfs2-commits] manish commits r1509 - trunk
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Wed Sep 29 14:38:49 CDT 2004
Author: manish
Date: 2004-09-29 14:38:47 -0500 (Wed, 29 Sep 2004)
New Revision: 1509
Modified:
trunk/configure.in
Log:
Assume any 2.6 kernel has generic_file_write_nolock
Modified: trunk/configure.in
===================================================================
--- trunk/configure.in 2004-09-29 18:44:07 UTC (rev 1508)
+++ trunk/configure.in 2004-09-29 19:38:47 UTC (rev 1509)
@@ -264,7 +264,7 @@
COMPAT_SAFE_WRITE=
AC_MSG_CHECKING([for safe write ordering])
-if egrep "EXPORT_SYMBOL.*\(generic_file_write_nolock\);" "$kernelsrc/mm/filemap.c" >/dev/null 2>&1; then
+if test "x$KERNEL_26" = "xyes"; then
have_safe_write=yes
elif egrep "EXPORT_SYMBOL.*\(generic_file_write_nolock\);" "$kernelsrc/kernel/ksyms.c" >/dev/null 2>&1; then
have_safe_write=yes
More information about the Ocfs2-commits
mailing list