From 6cc121b4bcb62b8d0f0cbcd7cd689c9e46f3aeda Mon Sep 17 00:00:00 2001 From: yangsheng Date: Wed, 3 Sep 2008 09:18:11 +0000 Subject: [PATCH] Branch b1_8_gate b=16580 i=johann, shadow Fix build issue for sles9/ppc64. --- lustre/obdclass/class_hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/obdclass/class_hash.c b/lustre/obdclass/class_hash.c index b9135ed..a04a10f 100644 --- a/lustre/obdclass/class_hash.c +++ b/lustre/obdclass/class_hash.c @@ -703,7 +703,7 @@ void nidstats_refcount_put(struct hlist_node * actual_hnode) /*******************************************************************************/ -#ifdef __KERNEL__ +#if defined(__KERNEL__) && defined(HAVE_QUOTA_SUPPORT) /* * define ( lqs <-> qctxt ) hash operations and function define */ -- 1.8.3.1