From 797ae99fbe0b0effeea8c4e649ea8d18ddb928e3 Mon Sep 17 00:00:00 2001 From: yangsheng Date: Wed, 3 Sep 2008 09:18:05 +0000 Subject: [PATCH] Branch b1_8_gate b=16580 i=johann, shadow Fix build issue for sles9/ppc64. --- lustre/include/obd_class.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/include/obd_class.h b/lustre/include/obd_class.h index 7568762..3ddc4f0 100644 --- a/lustre/include/obd_class.h +++ b/lustre/include/obd_class.h @@ -1461,6 +1461,7 @@ static inline int obd_notify_observer(struct obd_device *observer, return rc1 ?: rc2; } +#ifdef HAVE_QUOTA_SUPPORT static inline int obd_quotacheck(struct obd_export *exp, struct obd_quotactl *oqctl) { @@ -1518,6 +1519,7 @@ static inline int obd_quota_adjust_qunit(struct obd_export *exp, #endif RETURN(rc); } +#endif static inline int obd_health_check(struct obd_device *obd) { -- 1.8.3.1