From 52810afe340ad45d0b19476bad118aabe18823c3 Mon Sep 17 00:00:00 2001 From: anserper Date: Tue, 30 Sep 2008 11:56:14 +0000 Subject: [PATCH] Branch b1_8_gate b=17059 i=ZhiYong Tian i=Johann Lombardi Always build quota support with client --- lustre/quota/lproc_quota.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lustre/quota/lproc_quota.c b/lustre/quota/lproc_quota.c index 93bc01f..867b6b6 100644 --- a/lustre/quota/lproc_quota.c +++ b/lustre/quota/lproc_quota.c @@ -44,6 +44,8 @@ #include "quota_internal.h" +#ifdef HAVE_QUOTA_SUPPORT + #ifdef LPROCFS int lprocfs_quota_rd_bunit(char *page, char **start, off_t off, int count, int *eof, void *data) @@ -733,3 +735,4 @@ int lquota_proc_cleanup(struct lustre_quota_ctxt *qctxt) } #endif /* LPROCFS */ +#endif -- 1.8.3.1