From: tianzy Date: Mon, 8 Sep 2008 06:53:13 +0000 (+0000) Subject: Branch b1_8 X-Git-Tag: v1_7_100~1^218 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=23af81e592dd6d38474fd07e3c49728a9d08f861;p=fs%2Flustre-release.git Branch b1_8 lfs lacks quota support if building with confiugre --disable-modules b=16481 i=shadow i=rread --- diff --git a/lustre/lvfs/lustre_quota_fmt.h b/lustre/lvfs/lustre_quota_fmt.h index 93a8945..a9fbcfc 100644 --- a/lustre/lvfs/lustre_quota_fmt.h +++ b/lustre/lvfs/lustre_quota_fmt.h @@ -41,6 +41,8 @@ #ifndef _LUSTRE_QUOTA_FMT_H #define _LUSTRE_QUOTA_FMT_H +#ifdef HAVE_QUOTA_SUPPORT + #include #include @@ -222,3 +224,4 @@ int lustre_quota_convert(struct lustre_quota_info *lqi, int type); #define LUSTRE_OPQFILES_NAMES { { "lquota.user", "lquota.group" }, \ { "lquota_v2.user", "lquota_v2.group" } } #endif /* lustre_quota_fmt.h */ +#endif