From 28cfc91fec1db2c23d2e7dba1a331dc925ba4492 Mon Sep 17 00:00:00 2001 From: adilger Date: Fri, 16 Feb 2007 08:27:03 +0000 Subject: [PATCH] Branch HEAD Reorder include files so that the cookie check doesn't always fail. --- lustre/autoconf/lustre-core.m4 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lustre/autoconf/lustre-core.m4 b/lustre/autoconf/lustre-core.m4 index 0da0ccc..bae9bca 100644 --- a/lustre/autoconf/lustre-core.m4 +++ b/lustre/autoconf/lustre-core.m4 @@ -1154,9 +1154,8 @@ LB_LINUX_TRY_COMPILE([ AC_DEFUN([LC_COOKIE_FOLLOW_LINK], [AC_MSG_CHECKING([if inode_operations->follow_link returns a cookie]) LB_LINUX_TRY_COMPILE([ - #include #include - + #include ],[ struct dentry dentry; struct nameidata nd; -- 1.8.3.1