From: alex Date: Tue, 29 Jun 2004 18:46:22 +0000 (+0000) Subject: - typo fixed X-Git-Tag: 1.3.4~638 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=e28947b580b6ba2721eda97aac8f7a37e68cfec0;p=fs%2Flustre-release.git - typo fixed --- 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])