[Ocfs2-devel] [PATCH 4/4] ocfs2: Fixes two typos.
Tiger Yang
tiger.yang at oracle.com
Thu May 15 01:52:08 PDT 2008
Signed-off-by: Tiger Yang <tiger.yang at oracle.com>
---
configure.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.in b/configure.in
index 14a0316..bd4fe02 100644
--- a/configure.in
+++ b/configure.in
@@ -233,7 +233,7 @@ KAPI_COMPAT_HEADERS="$KAPI_COMPAT_HEADERS $sysctl_compat_header"
configfs_compat_header=""
OCFS2_CHECK_KERNEL([configfs_depend_item() in configfs.h], configfs.h,
- , configfs_compat_header="configfs.h", [configfs_depend_item()])
+ , configfs_compat_header="configfs.h", [configfs_depend_item(])
KAPI_COMPAT_HEADERS="$KAPI_COMPAT_HEADERS $configfs_compat_header"
REGISTER_SYSCTL_TWO_ARGS=
@@ -413,7 +413,7 @@ AC_SUBST(NO_SYSTEM_UTSNAME)
HAS_MS_LOOP_NO_AOPS=
OCFS2_CHECK_KERNEL([MS_LOOP_NO_AOPS flag defined], fs.h,
- HAS_MS_LOOP_NO_AOPS==yes, , [MS_LOOP_NO_AOPS])
+ HAS_MS_LOOP_NO_AOPS=yes, , [MS_LOOP_NO_AOPS])
AC_SUBST(HAS_MS_LOOP_NO_AOPS)
HAS_FOPS_SENDFILE=
--
1.5.4.4
More information about the Ocfs2-devel
mailing list