From: anserper Date: Tue, 30 Sep 2008 11:56:08 +0000 (+0000) Subject: Branch b1_8_gate X-Git-Tag: v1_7_110~1^12 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=7c2e67a25601ee34b8fdc05ae3ceb90bbeb26d64;p=fs%2Flustre-release.git Branch b1_8_gate b=17059 i=ZhiYong Tian i=Johann Lombardi Always build quota support with client --- 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 */