From 7c2e67a25601ee34b8fdc05ae3ceb90bbeb26d64 Mon Sep 17 00:00:00 2001 From: anserper Date: Tue, 30 Sep 2008 11:56:08 +0000 Subject: [PATCH] Branch b1_8_gate b=17059 i=ZhiYong Tian i=Johann Lombardi Always build quota support with client --- lustre/lvfs/lustre_quota_fmt_convert.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lustre/lvfs/lustre_quota_fmt_convert.c b/lustre/lvfs/lustre_quota_fmt_convert.c index 5df3138..de85f8b 100644 --- a/lustre/lvfs/lustre_quota_fmt_convert.c +++ b/lustre/lvfs/lustre_quota_fmt_convert.c @@ -59,6 +59,8 @@ #include #include "lustre_quota_fmt.h" +#ifdef HAVE_QUOTA_SUPPORT + static int admin_convert_dqinfo(struct file *fp_v1, struct file *fp_v2, struct lustre_quota_info *lqi, int type) { @@ -300,4 +302,5 @@ out: return rc; } EXPORT_SYMBOL(lustre_slave_quota_convert); -#endif +#endif /* HAVE_QUOTA64 */ +#endif /* HAVE_QUOTA_SUPPORT */ -- 1.8.3.1