Whamcloud - gitweb
- typo fixed
authoralex <alex>
Tue, 29 Jun 2004 18:46:22 +0000 (18:46 +0000)
committeralex <alex>
Tue, 29 Jun 2004 18:46:22 +0000 (18:46 +0000)
lnet/archdep.m4
lustre/portals/archdep.m4

index 95f5ebe..37351ef 100644 (file)
@@ -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])
index 95f5ebe..37351ef 100644 (file)
@@ -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])