From: girish Date: Fri, 29 May 2009 14:05:06 +0000 (+0000) Subject: backout this patch because we do not want ext4 to be built by default on rhel5 X-Git-Tag: v1_9_0_200~46 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=0cff91effaeb5cc952acb9b286a230fcda240562;p=fs%2Flustre-release.git backout this patch because we do not want ext4 to be built by default on rhel5 --- diff --git a/ldiskfs/configure.ac b/ldiskfs/configure.ac index 2fd0185..b1b3424 100644 --- a/ldiskfs/configure.ac +++ b/ldiskfs/configure.ac @@ -98,6 +98,14 @@ AC_ARG_ENABLE([ext4], [enable_ext4='no'])]) AC_MSG_RESULT([$enable_ext4]) +# Remove this part when RHEL5 ext4 patches landed. +case $LINUXRELEASE in +2.6.18*) if test x$RHEL_KENEL = xyes; then + enable_ext4=no + fi +;; +esac + if test x$enable_ext4 = xyes ; then AC_DEFINE(HAVE_EXT4_LDISKFS, 1, [ldiskfs based on ext4]) BACKFS=ext4