X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fautoconf%2Flustre-core.m4;h=8012e79e49e6c6512bef0ce412ea06e56dfebee7;hb=1b9b7070a9dd892b4ef8602658587554217f98b8;hp=30960c273a2c912d94e0c9a1f919ee6c70597138;hpb=f6fb5ab37906ed82a64f4e9a664427f209e76d54;p=fs%2Flustre-release.git diff --git a/lustre/autoconf/lustre-core.m4 b/lustre/autoconf/lustre-core.m4 index 30960c2..8012e79 100644 --- a/lustre/autoconf/lustre-core.m4 +++ b/lustre/autoconf/lustre-core.m4 @@ -317,6 +317,20 @@ case $BACKINGFS in esac # $BACKINGFS ]) +# check lookup_raw +AC_DEFUN([LC_CONFIG_LOOKUP_RAW], +[AC_MSG_CHECKING([whether to have raw lookup patch]) +HAVE_LOOKUP_RAW="`grep -c -s 'raw-lookup' $LUSTRE/kernel_patches/series/ldiskfs-$LDISKFS_SERIES`" + +if test x$HAVE_LOOKUP_RAW = "x1" ; then + AC_DEFINE(HAVE_LOOKUP_RAW, 1, + [kernel have lookup raw patch]) + AC_MSG_RESULT(yes) +else + AC_MSG_RESULT(no) +fi +]) + # # LC_CONFIG_PINGER # @@ -407,6 +421,7 @@ AC_MSG_RESULT([$enable_smfs]) AC_DEFUN([LC_PROG_LINUX], [if test x$enable_server = xyes ; then LC_CONFIG_BACKINGFS + LC_CONFIG_LOOKUP_RAW fi LC_CONFIG_PINGER LC_CONFIG_GSS @@ -528,6 +543,7 @@ lustre/doc/Makefile lustre/include/Makefile lustre/include/linux/Makefile lustre/include/lustre/Makefile +lustre/kernel_patches/targets/2.6-fc3.target lustre/ldiskfs/Makefile lustre/ldiskfs/autoMakefile lustre/ldlm/Makefile @@ -564,6 +580,8 @@ lustre/sec/Makefile lustre/sec/autoMakefile lustre/sec/gss/Makefile lustre/sec/gss/autoMakefile +lustre/sec/gks/Makefile +lustre/sec/gks/autoMakefile lustre/smfs/Makefile lustre/smfs/autoMakefile lustre/snapfs/Makefile