From dc24625a12fb8abefd0e0943cab65817cbfab3b6 Mon Sep 17 00:00:00 2001 From: yangsheng Date: Sun, 28 Dec 2008 15:38:16 +0000 Subject: [PATCH] Branch HEAD b=17970 i=adilger, shadow Update the wiretest.c --- lustre/utils/wiretest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/utils/wiretest.c b/lustre/utils/wiretest.c index b0a750e..344ce94 100644 --- a/lustre/utils/wiretest.c +++ b/lustre/utils/wiretest.c @@ -2421,7 +2421,7 @@ void lustre_assert_wire_constants(void) CLASSERT(FIEMAP_EXTENT_DATA_TAIL == 0x00000400); CLASSERT(FIEMAP_EXTENT_UNWRITTEN == 0x00000800); CLASSERT(FIEMAP_EXTENT_MERGED == 0x00001000); -#ifdef LIBLUSTRE_POSIX_ACL +#if defined(LIBLUSTRE_POSIX_ACL) && defined(CONFIG_FS_POSIX_ACL) /* Checks for type posix_acl_xattr_entry */ LASSERTF((int)sizeof(xattr_acl_entry) == 8, " found %lld\n", -- 1.8.3.1