Skip to content
Snippets Groups Projects
Commit e28947b5 authored by alex's avatar alex
Browse files

- typo fixed

parent 0f514fe4
No related branches found
No related tags found
No related merge requests found
......@@ -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])
......
......@@ -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])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment