From e28947b580b6ba2721eda97aac8f7a37e68cfec0 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 29 Jun 2004 18:46:22 +0000 Subject: [PATCH] - typo fixed --- lnet/archdep.m4 | 2 +- lustre/portals/archdep.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lnet/archdep.m4 b/lnet/archdep.m4 index 95f5ebe..37351ef 100644 --- a/lnet/archdep.m4 +++ b/lnet/archdep.m4 @@ -548,7 +548,7 @@ fi # ---------- check ->lookup_raw() support -------- AC_MSG_CHECKING([if kernel supports ->lookup_raw()]) -HAVE_LOOKUP_RAW="`grep -c 'lookup_raw.*struct inode' $LINUX/include/linux/proc_fs.h`" +HAVE_LOOKUP_RAW="`grep -c 'lookup_raw.*struct inode' $LINUX/include/linux/fs.h`" if test "$HAVE_LOOKUP_RAW" != 0 ; then AC_DEFINE(HAVE_LOOKUP_RAW, 1, [the kernel supports ->lookup_raw()]) AC_MSG_RESULT([yes]) diff --git a/lustre/portals/archdep.m4 b/lustre/portals/archdep.m4 index 95f5ebe..37351ef 100644 --- a/lustre/portals/archdep.m4 +++ b/lustre/portals/archdep.m4 @@ -548,7 +548,7 @@ fi # ---------- check ->lookup_raw() support -------- AC_MSG_CHECKING([if kernel supports ->lookup_raw()]) -HAVE_LOOKUP_RAW="`grep -c 'lookup_raw.*struct inode' $LINUX/include/linux/proc_fs.h`" +HAVE_LOOKUP_RAW="`grep -c 'lookup_raw.*struct inode' $LINUX/include/linux/fs.h`" if test "$HAVE_LOOKUP_RAW" != 0 ; then AC_DEFINE(HAVE_LOOKUP_RAW, 1, [the kernel supports ->lookup_raw()]) AC_MSG_RESULT([yes]) -- 1.8.3.1